Get LLVM from chocolatey (#30140)

LLVM is the largest package that we get from servo-build-deps, so
installing it via chocolatey should reduce the amount of data that we
transfer from that source. In addition, it's one less dependency that we
have to manage.

It also seems that installing LLVM to the default location with choco
means that we no longer have to set the LIBCLANG_PATH environment
variable for bindgen.

Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Martin Robinson 2023-08-21 13:19:18 +02:00 committed by GitHub
parent 078785217e
commit d6ded03a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View file

@ -53,6 +53,8 @@ jobs:
Start-BitsTransfer -Source https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip -Destination C:\\wix311-binaries.zip
Expand-Archive C:\\wix311-binaries.zip -DestinationPath C:\\wix
echo "C:\\wix" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Remove msys from PATH # see https://github.com/actions/runner-images/issues/2208
run: Remove-Item -LiteralPath "C:\msys64\" -Force -Recurse
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Bootstrap