File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ nix build .#checks.$SYSTEM.psql_17 -L --no-link
14
14
nix build .# psql_15/bin -o psql_15 -L
15
15
nix build .# psql_orioledb-17/bin -o psql_orioledb_17 -L
16
16
nix build .# psql_17/bin -o psql_17 -L
17
+ nix build .# psql_14/bin -o psql_14 -L
17
18
nix build .# wal-g-2 -o wal-g-2 -L
18
19
nix build .# wal-g-3 -o wal-g-3 -L
19
20
@@ -23,6 +24,7 @@ nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./wal-g-3
23
24
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
24
25
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_orioledb_17
25
26
nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_17
27
+ nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_14
26
28
27
29
if [ " $SYSTEM " = " aarch64-linux" ]; then
28
30
nix build .# postgresql_15_debug -o ./postgresql_15_debug
You can’t perform that action at this time.
0 commit comments