Skip to content

Commit 4207e4f

Browse files
committed
chore: do not build or cache pg 16 for now
1 parent 3d34484 commit 4207e4f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docker/nix/build_nix.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,21 @@ fi
99
SYSTEM=$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"')
1010

1111
nix build .#checks.$SYSTEM.psql_15 -L --no-link
12-
nix build .#checks.$SYSTEM.psql_16 -L --no-link
1312
nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
1413
nix build .#psql_15/bin -o psql_15
15-
nix build .#psql_16/bin -o psql_16
1614

1715
nix build .#psql_orioledb-17/bin -o psql_orioledb_17
1816

1917
# Copy to S3
2018
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
21-
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
22-
if [ "$SYSTEM" != "x86_64-darwin" ]; then
23-
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17
24-
fi
19+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17
2520
if [ "$SYSTEM" = "aarch64-linux" ]; then
2621
nix build .#postgresql_15_debug -o ./postgresql_15_debug
2722
nix build .#postgresql_15_src -o ./postgresql_15_src
28-
nix build .#postgresql_16_debug -o ./postgresql_16_debug
29-
nix build .#postgresql_16_src -o ./postgresql_16_src
3023
nix build .#postgresql_orioledb-17_debug -o ./postgresql_orioledb-17_debug
3124
nix build .#postgresql_orioledb-17_src -o ./postgresql_orioledb-17_src
3225
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_15_debug-debug
3326
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_15_src
34-
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_16_debug-debug
35-
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_16_src
3627
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_orioledb-17_debug-debug
3728
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./postgresql_orioledb-17_src
3829
fi

0 commit comments

Comments
 (0)