Skip to content

Commit f075b02

Browse files
committed
test: re-introduce flake checks for 15 and 16
1 parent 4775b44 commit f075b02

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker/nix/build_nix.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ nix --version
55
if [ -d "/workspace" ]; then
66
cd /workspace
77
fi
8-
if [ "$(uname -sm)" != "Darwin arm64" ]; then
9-
echo "Running on non-macOS arm64 and amd64, remove me when pg_net supports darwin arm64"
10-
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
11-
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
12-
fi
8+
echo "Running on non-macOS arm64 and amd64, remove me when pg_net supports darwin arm64"
9+
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_15 -L --no-link
10+
nix build .#checks.$(nix-instantiate --eval -E builtins.currentSystem | tr -d '"').psql_16 -L --no-link
1311
#no nix flake check on oriole yet
1412
nix build .#psql_15/bin -o psql_15
1513
nix build .#psql_16/bin -o psql_16

0 commit comments

Comments
 (0)