Skip to content

Commit f1598ed

Browse files
authored
Rollup merge of #92219 - ehuss:remove-vcvars, r=Mark-Simulacrum
Remove VCVARS_BAT This environment variable is no longer used. It was used in the original Azure Pipelines configuration (#60777). When GitHub Actions were added (#70190), it was no longer used, and I suspect it was just an oversight while transitioning the configuration.
2 parents bec499e + 4bbbdb7 commit f1598ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ jobs:
355355
env:
356356
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
357357
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
358-
VCVARS_BAT: vcvars64.bat
359358
os: windows-latest-xl
360359
- name: x86_64-msvc-tools
361360
env:

src/ci/github-actions/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ jobs:
548548
env:
549549
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
550550
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
551-
VCVARS_BAT: vcvars64.bat
552551
<<: *job-windows-xl
553552

554553
- name: x86_64-msvc-tools

0 commit comments

Comments
 (0)