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
5
5
if [ -d " /workspace" ]; then
6
6
cd /workspace
7
7
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
13
11
# no nix flake check on oriole yet
14
12
nix build .# psql_15/bin -o psql_15
15
13
nix build .# psql_16/bin -o psql_16
You can’t perform that action at this time.
0 commit comments