Skip to content

Commit 8ff1419

Browse files
committed
chore: build and cache src and debug pkgs as well
1 parent b55c025 commit 8ff1419

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ nix build .#psql_15/bin -o psql_15
1212
nix build .#psql_16/bin -o psql_16
1313
#nix build .#psql_orioledb-16/bin -o psql_orioledb_16
1414
nix build .#psql_orioledb-17/bin -o psql_orioledb_17
15+
nix build .#postgresql_15_src -o psql_15_src
16+
nix build .#postgresql_16_src -o psql_16_src
17+
nix build .#postgresql_orioledb-17_src -o psql_orioledb_17_src
18+
nix build .#postgresql_15_debug -o psql_15_debug
19+
nix build .#postgresql_16_debug -o psql_16_debug
20+
nix build .#postgresql_orioledb-17_debug -o psql_orioledb_17_debug
1521
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
1622
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
1723
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17
24+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15_src
25+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16_src
26+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17_src
27+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15_debug
28+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16_debug
29+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17_debug

0 commit comments

Comments
 (0)