Skip to content

Commit

Permalink
Merge branch 'fix-macos-rust' into arm-sve-memcpy-nt
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 29, 2024
2 parents 371fc1a + fd00fc3 commit 2daa677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/install-sys-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if [ "$(uname -s)" = "Linux" ]; then
else
brew update
brew install ninja boost@1.85 libdivide
# The MacOS images have an outdated Rust and the line above breaks it.
brew upgrade rustup
# On Apple Silicon, homebrew is installed in /opt/homebrew, but the
# toolchains are not configured to find things there.
prefix="$(brew --prefix)"
Expand Down

0 comments on commit 2daa677

Please sign in to comment.