File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2424 arch : arm64
2525 - runner : macos-latest
2626 arch : arm64
27- - runner : macos-13
28- arch : amd64
2927 runs-on : ${{ matrix.runner }}
3028 timeout-minutes : 180
3129 steps :
Original file line number Diff line number Diff line change @@ -10,14 +10,11 @@ SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
1010
1111nix build .# checks.$SYSTEM.psql_15 -L --no-link
1212nix build .# checks.$SYSTEM.psql_16 -L --no-link
13-
13+ nix build . # checks.$SYSTEM.psql_orioledb-17 -L --no-link
1414nix build .# psql_15/bin -o psql_15
1515nix build .# psql_16/bin -o psql_16
1616
17- # Skip orioledb-17 on x86_64-darwin
18- if [ " $SYSTEM " != " x86_64-darwin" ]; then
19- nix build .# psql_orioledb-17/bin -o psql_orioledb_17
20- fi
17+ nix build .# psql_orioledb-17/bin -o psql_orioledb_17
2118
2219# Copy to S3
2320nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
You can’t perform that action at this time.
0 commit comments