Skip to content

Commit

Permalink
Enable x86_64-darwin, aarch64-darwin, nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Apr 23, 2024
1 parent 9b4cd25 commit 1b35eec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 40 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ package cryptonite
-- generation is dubious. Set the flag so we use /dev/urandom by default.
flags: -support_rdrand

package bitvec
-- Workaround for windows cross-compilation
flags: -simd

tests: True

test-show-details: direct
Expand Down
74 changes: 37 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
outputs = inputs: let
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
# this is slow as we don't have aarch64-linux native builders as of 2024-04-03
# disabling to reduce CI time initially. Uncomment later
# When you uncomment, lookup the "TODO generalize" comments in release-upload.yaml
#"x86_64-darwin"
#"aarch64-linux"
#"aarch64-darwin"
# "aarch64-linux"
"aarch64-darwin"
];
in
{inherit (inputs) incl;}
Expand Down

0 comments on commit 1b35eec

Please sign in to comment.