Skip to content

Commit

Permalink
sdfdsf
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Mar 6, 2025
1 parent 7a733c9 commit 05e9e6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .expeditor/scripts/verify/build_mac_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ macos_sync_cache_signing_keys

# set the rust toolchain
install_rustup
rustup self uninstall -y
install_rustup

rust_toolchain="$(tail -n 1 rust-toolchain | cut -d'"' -f 2)"
if [ "$BUILD_PKG_TARGET" == "aarch64-darwin" ]; then
rustup target add aarch64-apple-darwin
rust_toolchain="${rust_toolchain}-aarch64-apple-darwin"
fi
# if [ "$BUILD_PKG_TARGET" == "aarch64-darwin" ]; then
# rustup target add aarch64-apple-darwin
# rust_toolchain="${rust_toolchain}-aarch64-apple-darwin"
# fi

install_rust_toolchain "$rust_toolchain"
echo "--- :rust: Using Rust toolchain ${rust_toolchain}"
Expand Down

0 comments on commit 05e9e6b

Please sign in to comment.