File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,9 @@ nix --version
55if [ -d " /workspace" ]; then
66 cd /workspace
77fi
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
1412nix build .# psql_15/bin -o psql_15
1513nix build .# psql_16/bin -o psql_16
You can’t perform that action at this time.
0 commit comments