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 7aae74a commit e66a223Copy full SHA for e66a223
bootstrap.sh
@@ -6,6 +6,7 @@ _() {
6
TMP_DEST="/tmp/runix-bootstrap"
7
FILENAME="runix-$PLATFORM.tgz"
8
if [ -n "${LOCAL_BOOTSTRAP:-}" ]; then
9
+ echo >&2 "[runix-bootstrap] Using local bootstrap archive: $LOCAL_BOOTSTRAP/$FILENAME"
10
cp "$LOCAL_BOOTSTRAP/$FILENAME" "$TMP_TAR"
11
else
12
echo >&2 "[runix-bootstrap] Downloading ..."
builder/tests/integration.rs
@@ -189,7 +189,7 @@ fn all_platforms() -> Vec<&'static str> {
189
vec!(
190
"x86_64-Linux",
191
"x86_64-Darwin",
192
- "aarch64-Darwin",
+ "arm64-Darwin",
193
)
194
}
195
0 commit comments