diff options
| author | Eric Huss <eric@huss.org> | 2020-06-04 14:32:23 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-06-04 14:32:23 -0700 |
| commit | e6582006e8e8959ba412a2117cdd5baec2638f6e (patch) | |
| tree | 4d765fa909b8fdb3937d50690204fc85003fef15 /src/ci/github-actions | |
| parent | 860b381793690247800def81e3031a4d33b7e07c (diff) | |
| download | rust-e6582006e8e8959ba412a2117cdd5baec2638f6e.tar.gz rust-e6582006e8e8959ba412a2117cdd5baec2638f6e.zip | |
Enable lld for Cargo tests on Windows.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 1c120f81634..92fec593a54 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -505,7 +505,7 @@ jobs: - name: x86_64-msvc-cargo env: SCRIPT: python x.py test src/tools/cargotest src/tools/cargo - RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc + RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld VCVARS_BAT: vcvars64.bat # FIXME(#59637) NO_DEBUG_ASSERTIONS: 1 |
