mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Disable the static build in CI
GHA builds are now frequently timing out, so let's not do this. If wanted, it could be done in a separate job.
This commit is contained in:
parent
fa49d2e356
commit
528e490418
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@
|
|||
} // lib.optionalAttrs (! nixpkgsFor.${system}.native.stdenv.hostPlatform.isDarwin) {
|
||||
# TODO: enable static builds for darwin, blocked on:
|
||||
# https://github.com/NixOS/nixpkgs/issues/320448
|
||||
"static-" = nixpkgsFor.${system}.static;
|
||||
# TODO: disabled to speed up GHA CI.
|
||||
#"static-" = nixpkgsFor.${system}.static;
|
||||
})
|
||||
(nixpkgsPrefix: nixpkgs:
|
||||
flatMapAttrs nixpkgs.nixComponents
|
||||
|
|
Loading…
Reference in a new issue