Skip to content

Commit a50f993

Browse files
committed
build: more logging messages
1 parent 498455a commit a50f993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/brew-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ brew link --overwrite rustup-init
2020
# Brew does not provide specific versions of rust
2121
# However rustup provides specific versions
2222
# Here we provide both toolchains
23+
echo "Running rustup-init"
2324
rustup-init --default-toolchain 1.68.2 -y
25+
echo "Adding x86_64-apple-darwin as target"
2426
rustup add x86_64-apple-darwin
27+
echo "Adding aarch64-apple-darwin as target"
2528
rustup add aarch64-apple-darwin
29+
echo "Completed brew setup"

0 commit comments

Comments
 (0)