Skip to content

Commit ce43530

Browse files
committed
feat: intro into CI building psql16 bundle oriole version
1 parent d576b01 commit ce43530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/nix/build_nix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ if [ -d "/workspace" ]; then
77
fi
88
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
99
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
10+
#no nix flake check on oriole yet
1011
nix build .#psql_15/bin -o psql_15
1112
nix build .#psql_16/bin -o psql_16
13+
nix build .#psql_orioledb_16/bin -o psql_orioledb_16
1214
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
1315
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
16+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_16

0 commit comments

Comments
 (0)