We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b49e68 commit a8178a0Copy full SHA for a8178a0
.github/workflows/nix-build.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cat << 'EOF' | sudo tee /etc/nix/upload-to-cache.sh > /dev/null
59
#!/usr/bin/env bash
60
- set -eouf
+ set -euf
61
export IFS=' '
62
/nix/var/nix/profiles/default/bin/nix copy --to 's3://nix-postgres-artifacts?secret-key=/etc/nix/nix-secret-key' $OUT_PATHS
63
EOF
@@ -80,7 +80,7 @@ jobs:
80
- name: Build psql bundle
81
run: >
82
nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
83
- -- --skip-cached --no-nom
+ -- --skip-cached --no-nom ${{ matrix.runner == 'macos-latest-xlarge' && '--max-jobs 1' || '' }}
84
--flake ".#checks.$(nix eval --raw --impure --expr 'builtins.currentSystem')"
85
env:
86
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
0 commit comments