Skip to content

Commit e66a223

Browse files
committed
minor
1 parent 7aae74a commit e66a223

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _() {
66
TMP_DEST="/tmp/runix-bootstrap"
77
FILENAME="runix-$PLATFORM.tgz"
88
if [ -n "${LOCAL_BOOTSTRAP:-}" ]; then
9+
echo >&2 "[runix-bootstrap] Using local bootstrap archive: $LOCAL_BOOTSTRAP/$FILENAME"
910
cp "$LOCAL_BOOTSTRAP/$FILENAME" "$TMP_TAR"
1011
else
1112
echo >&2 "[runix-bootstrap] Downloading ..."

builder/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fn all_platforms() -> Vec<&'static str> {
189189
vec!(
190190
"x86_64-Linux",
191191
"x86_64-Darwin",
192-
"aarch64-Darwin",
192+
"arm64-Darwin",
193193
)
194194
}
195195

0 commit comments

Comments
 (0)