We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c795 commit 1d0df75Copy full SHA for 1d0df75
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
- uses: DeterminateSystems/flakehub-cache-action@main
59
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
60
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
61
- - run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
+ #- run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
62
- run: nix build .#^debug,out
63
- run: ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
64
env:
0 commit comments