1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04: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:
Eelco Dolstra 2024-08-22 13:47:33 +02:00
parent fa49d2e356
commit 528e490418

View file

@ -195,7 +195,8 @@
} // lib.optionalAttrs (! nixpkgsFor.${system}.native.stdenv.hostPlatform.isDarwin) { } // lib.optionalAttrs (! nixpkgsFor.${system}.native.stdenv.hostPlatform.isDarwin) {
# TODO: enable static builds for darwin, blocked on: # TODO: enable static builds for darwin, blocked on:
# https://github.com/NixOS/nixpkgs/issues/320448 # https://github.com/NixOS/nixpkgs/issues/320448
"static-" = nixpkgsFor.${system}.static; # TODO: disabled to speed up GHA CI.
#"static-" = nixpkgsFor.${system}.static;
}) })
(nixpkgsPrefix: nixpkgs: (nixpkgsPrefix: nixpkgs:
flatMapAttrs nixpkgs.nixComponents flatMapAttrs nixpkgs.nixComponents