mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
078785217e
commit
d6ded03a65
4 changed files with 6 additions and 7 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue