Skip to content

Commit

Permalink
Disable the armv6l and freebsd cross-builds
Browse files Browse the repository at this point in the history
These have been broken for a while (in fact the armv6l build has never
succeeded in Hydra), so let's disable them until somebody fixes them.
  • Loading branch information
edolstra committed Sep 18, 2024
1 parent 96ee545 commit 5aeb5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
systems = linuxSystems ++ darwinSystems;

crossSystems = [
"armv6l-unknown-linux-gnueabihf"
#"armv6l-unknown-linux-gnueabihf"
"armv7l-unknown-linux-gnueabihf"
"riscv64-unknown-linux-gnu"
"x86_64-unknown-netbsd"
"x86_64-unknown-freebsd"
#"x86_64-unknown-freebsd"
"x86_64-w64-mingw32"
];

Expand Down

0 comments on commit 5aeb5d8

Please sign in to comment.