Skip to content

Commit d04658b

Browse files
committed
chore: deprecate x86_64-darwin and run check on oriole17
1 parent 2b99b04 commit d04658b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/nix-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
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:

docker/nix/build_nix.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
1010

1111
nix build .#checks.$SYSTEM.psql_15 -L --no-link
1212
nix build .#checks.$SYSTEM.psql_16 -L --no-link
13-
13+
nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
1414
nix build .#psql_15/bin -o psql_15
1515
nix 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
2320
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15

0 commit comments

Comments
 (0)