Skip to content

Commit c9da3ec

Browse files
committed
fix: tmp supress build of src and debug
1 parent 8ff1419 commit c9da3ec

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

docker/nix/build_nix.sh

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"
1010
#no nix flake check on oriole yet
1111
nix build .#psql_15/bin -o psql_15
1212
nix build .#psql_16/bin -o psql_16
13-
#nix build .#psql_orioledb-16/bin -o psql_orioledb_16
1413
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
14+
# nix build .#postgresql_15_src -o psql_15_src
15+
# nix build .#postgresql_16_src -o psql_16_src
16+
# nix build .#postgresql_orioledb-17_src -o psql_orioledb_17_src
17+
#nix build .#postgresql_15_debug -o psql_15_debug
18+
#nix build .#postgresql_16_debug -o psql_16_debug
19+
#nix build .#postgresql_orioledb-17_debug -o psql_orioledb_17_debug
2120
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
2221
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
2322
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
23+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15_src
24+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16_src
25+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17_src
26+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15_debug
27+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16_debug
28+
# nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17_debug

0 commit comments

Comments
 (0)