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 7f041da commit f379f0cCopy full SHA for f379f0c
docker/nix/build_nix.sh
@@ -5,8 +5,9 @@ nix --version
5
if [ -d "/workspace" ]; then
6
cd /workspace
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
nix build .#psql_15/bin -o psql_15
11
nix build .#psql_16/bin -o psql_16
-nix flake check -L
12
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
13
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
0 commit comments