Revert "Auto merge of #29270 - delan:fix-windows-builds, r=<try>"

This reverts commit 7a885032e6, reversing
changes made to f70857906d.

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:
Mukilan Thiyagarajan 2023-01-24 19:59:58 +05:30
parent a9ccf935ad
commit ed2974a280

View file

@ -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