about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-06-04 14:32:23 -0700
committerEric Huss <eric@huss.org>2020-06-04 14:32:23 -0700
commite6582006e8e8959ba412a2117cdd5baec2638f6e (patch)
tree4d765fa909b8fdb3937d50690204fc85003fef15 /src/ci/github-actions
parent860b381793690247800def81e3031a4d33b7e07c (diff)
downloadrust-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.yml2
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