Skip to content

Commit

Permalink
Fix brew call in MacOS build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
e3m3 committed Sep 14, 2024
1 parent a66ed1d commit 78c8025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/build-and-test-macos14-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
HOMEBREW_HOME=/opt/homebrew
eval "$(${HOMEBREW_HOME}/bin/brew shellenv)"

brew install -y podman
podman
brew install podman

case ${BUILD_MODE}
debug) build_mode=
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-and-test-macos14-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ eval "$(${HOMEBREW_HOME}/bin/brew shellenv)"
LLVM_VER=18
PYTHON_VER=3.12

brew install -y python@${PYTHON_VER} llvm@${LLVM_VER} lit rustup
brew install python@${PYTHON_VER} llvm@${LLVM_VER} lit rustup

RUSTUP_CHANNEL=stable
RUSTUP_HOME=/root/.rustup
Expand Down

0 comments on commit 78c8025

Please sign in to comment.