Skip to content

Commit

Permalink
Rollup merge of rust-lang#92219 - ehuss:remove-vcvars, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove VCVARS_BAT

This environment variable is no longer used.  It was used in the original Azure Pipelines configuration (rust-lang#60777). When GitHub Actions were added (rust-lang#70190), it was no longer used, and I suspect it was just an oversight while transitioning the configuration.
  • Loading branch information
matthiaskrgr committed Dec 28, 2021
2 parents bec499e + 4bbbdb7 commit f1598ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ jobs:
env:
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
VCVARS_BAT: vcvars64.bat
os: windows-latest-xl
- name: x86_64-msvc-tools
env:
Expand Down
1 change: 0 additions & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ jobs:
env:
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
VCVARS_BAT: vcvars64.bat
<<: *job-windows-xl

- name: x86_64-msvc-tools
Expand Down

0 comments on commit f1598ed

Please sign in to comment.