about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-16 20:54:33 +0000
committerbors <bors@rust-lang.org>2024-05-16 20:54:33 +0000
commit6c8ff3f894909a8c46e201b8779ebb365fd2e84d (patch)
tree71e4770868fb1cd186ebac7cbf62696fa2d6b5c5 /compiler/rustc_codegen_llvm/src/errors.rs
parentcaad063933e5012b152d883a6c03f1d0ad5ec6a8 (diff)
parent821dc871af2dfdab3f229bda2aa1ead25d6a0688 (diff)
downloadrust-6c8ff3f894909a8c46e201b8779ebb365fd2e84d.tar.gz
rust-6c8ff3f894909a8c46e201b8779ebb365fd2e84d.zip
Auto merge of #12812 - Alexendoo:driver-integration, r=flip1995
Manually set library paths in .github/driver.sh

Fixes https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Windows.20CI.20failing

Rustup 1.27.1 no longer adds `[SYSROOT]/bin` to `PATH` by default - https://github.com/rust-lang/rustup/issues/3825. This is fine for the packaged binaries since windows loads `dll`s from the folder the executable is in, but our built one is in a different folder

There's an environment variable to get the old behaviour back, but as it's deprecated and not much code I think returning to setting it manually is fine

changelog: none
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions