File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ nix build .#psql_15/bin -o psql_15
1212nix build .# psql_16/bin -o psql_16
1313# nix build .#psql_orioledb-16/bin -o psql_orioledb_16
1414nix 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
1521nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_15
1622nix copy --to s3://nix-postgres-artifacts? secret-key=nix-secret-key ./psql_16
1723nix 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
You can’t perform that action at this time.
0 commit comments