Commit 84e15af 1 parent 913c92a commit 84e15af Copy full SHA for 84e15af
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,14 @@ jobs:
121
121
run : |
122
122
curl -SL "https://github.com/servo/servo-build-deps/releases/download/msvc-deps/moztools-4.0.zip" --create-dirs -o target/dependencies/moztools.zip
123
123
cd target/dependencies && unzip -qo moztools.zip -d .
124
+ - name : Install LLVM 19 on aarch64
125
+ if : contains(matrix.target, 'aarch64')
126
+ run : |
127
+ # install due to build errors caused by a bug in llvm 18
128
+ # https://github.com/llvm/llvm-project/pull/93235
129
+ # remove when windows runner updates to llvm 19
130
+ scoop install llvm@19.1.7 --global
131
+ echo "C:\ProgramData\scoop\scoop\apps\llvm\current\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
124
132
- name : Run sccache-cache
125
133
uses : mozilla-actions/sccache-action@v0.0.4
126
134
- name : Build Windows
You can’t perform that action at this time.
0 commit comments