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 743c6f7 commit 8dab214Copy full SHA for 8dab214
docker/nix/build_nix.sh
@@ -9,5 +9,9 @@ nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"
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
12
+<<<<<<< HEAD
13
+=======
14
+nix flake check -L
15
+>>>>>>> aa5dd9a (tests: build test and cache both versions)
16
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
17
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_16
0 commit comments