mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
CI: downgrade to LLVM 14 to work around #29269
This commit is contained in:
parent
f70857906d
commit
08e94f085a
1 changed files with 15 additions and 0 deletions
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
|
@ -39,6 +39,11 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
needs: ["decision"]
|
||||
steps:
|
||||
# FIXME LLVM 15 breaks Windows builds https://github.com/servo/servo/issues/29269
|
||||
- name: LLVM 14
|
||||
run: |
|
||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
@ -64,6 +69,11 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
needs: ["decision"]
|
||||
steps:
|
||||
# FIXME LLVM 15 breaks Windows builds https://github.com/servo/servo/issues/29269
|
||||
- name: LLVM 14
|
||||
run: |
|
||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
@ -90,6 +100,11 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
needs: ["decision"]
|
||||
steps:
|
||||
# FIXME LLVM 15 breaks Windows builds https://github.com/servo/servo/issues/29269
|
||||
- name: LLVM 14
|
||||
run: |
|
||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue