File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ jobs:
91
91
# prepare environment for the following steps
92
92
source $HOME/.cargo/env
93
93
# print some useful info to help troubleshoot
94
- brew info llvm@17
94
+ brew info llvm@19
95
95
which python3
96
96
/usr/bin/env python3 -c "import sys; print(sys.path)"
97
97
98
98
- name : cargo build --release
99
99
run : |
100
- export LLVM_CONFIG_PATH=$(brew --prefix llvm@17 )/bin/llvm-config
100
+ export LLVM_CONFIG_PATH=$(brew --prefix llvm@19 )/bin/llvm-config
101
101
export RUSTFLAGS="-D warnings"
102
102
export RUSTDOCFLAGS="-D warnings"
103
103
# Don't build with `--all-features` (see analogous step for Linux).
Original file line number Diff line number Diff line change 17
17
SCRIPT_DIR=" $( dirname " $0 " ) "
18
18
export HOMEBREW_NO_AUTO_UPDATE=1
19
19
20
- # NOTE: Pin LLVM to a known good version since new releases
21
- # tend not to be backwards compatible
22
20
# `bash` needed b/c macOS ships with bash 3, which doesn't support arrays properly
23
- brew install -q python cmake ninja gpg llvm@17 bash
21
+ brew install -q python cmake ninja gpg llvm@19 bash
24
22
25
23
# Python 3 packages
26
24
python3 -m pip install --break-system-packages --user --upgrade pip
You can’t perform that action at this time.
0 commit comments