Skip to content

Commit

Permalink
test: re-introduce flake checks for 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Nov 6, 2024
1 parent 4775b44 commit f075b02
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/nix/build_nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ nix --version
if [ -d "/workspace" ]; then
cd /workspace
fi
if [ "$(uname -sm)" != "Darwin arm64" ]; then
echo "Running on non-macOS arm64 and amd64, remove me when pg_net supports darwin arm64"
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
fi
echo "Running on non-macOS arm64 and amd64, remove me when pg_net supports darwin arm64"
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
#no nix flake check on oriole yet
nix build .#psql_15/bin -o psql_15
nix build .#psql_16/bin -o psql_16
Expand Down

0 comments on commit f075b02

Please sign in to comment.