We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0d6a2 commit 4627d12Copy full SHA for 4627d12
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: DeterminateSystems/flakehub-cache-action@main
53
- run: nix build .#packages.${{ inputs.system }}.default .#packages.${{ inputs.system }}.binaryTarball --no-link -L
54
- run: nix build .#packages.${{ inputs.system }}.binaryTarball --out-link tarball
55
- - run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
+ #- run: nix build .#packages.${{ inputs.system }}.nix-cli-static --no-link -L
56
- run: nix build .#^debug,out
57
- run: ./maintainers/upload-debug-info-to-sentry.py --debug-dir ./result-debug ./result/bin/nix
58
env:
0 commit comments