We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d576b01 commit ce43530Copy full SHA for ce43530
docker/nix/build_nix.sh
@@ -7,7 +7,10 @@ if [ -d "/workspace" ]; then
7
fi
8
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
9
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
10
+#no nix flake check on oriole yet
11
nix build .#psql_15/bin -o psql_15
12
nix build .#psql_16/bin -o psql_16
13
+nix build .#psql_orioledb_16/bin -o psql_orioledb_16
14
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
15
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