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 24
24
arch : arm64
25
25
- runner : macos-latest
26
26
arch : arm64
27
- - runner : macos-13
28
- arch : amd64
29
27
runs-on : ${{ matrix.runner }}
30
28
timeout-minutes : 180
31
29
steps :
Original file line number Diff line number Diff line change @@ -10,14 +10,11 @@ SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
10
10
11
11
nix build .# checks.$SYSTEM.psql_15 -L --no-link
12
12
nix build .# checks.$SYSTEM.psql_16 -L --no-link
13
-
13
+ nix build . # checks.$SYSTEM.psql_orioledb-17 -L --no-link
14
14
nix build .# psql_15/bin -o psql_15
15
15
nix build .# psql_16/bin -o psql_16
16
16
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
21
18
22
19
# Copy to S3
23
20
nix 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