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 4d224a0 commit 11db198Copy full SHA for 11db198
docker/sandbox.sb
@@ -58,6 +58,7 @@
58
(subpath "/bin")
59
(subpath "/usr/bin")
60
(subpath "/usr/local/bin")
61
+ (subpath "/usr/lib/swift")
62
(subpath "/usr/libexec/path_helper")
63
(subpath "/usr/local/share/git-core")
64
(subpath "/usr/local/share/hwtrace")
docker/test-macos.sh
@@ -15,7 +15,7 @@
15
16
set -e
17
18
-platform=$([ $(arch) == "arm64" ] && echo "arm64" || echo "x64")
+platform=$([ "$(arch)" == "arm64" ] && echo "arm64" || echo "x64")
19
20
NODE_VERSION="$(cat .nvmrc)"
21
NODE_NAME="node-v$NODE_VERSION-darwin-$platform"
0 commit comments