mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Revert "Auto merge of #29270 - delan:fix-windows-builds, r=<try>"
This reverts commit7a885032e6
, reversing changes made tof70857906d
. Since we have now uploaded the LLVM 15.0.5 binaries to S3 so that `mach boostrap` can use them directly, we no longer need to downgrade the LLVM in GitHub runner image.
This commit is contained in:
parent
a9ccf935ad
commit
ed2974a280
1 changed files with 0 additions and 15 deletions
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
|
@ -39,11 +39,6 @@ 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 '--allow-downgrade', '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
@ -69,11 +64,6 @@ 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 '--allow-downgrade', '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
@ -100,11 +90,6 @@ 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 '--allow-downgrade', '--version', $llvmVersion
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue