diff options
| author | Eric Huss <eric@huss.org> | 2022-08-20 21:19:43 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-08-27 21:36:08 -0700 |
| commit | 4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42 (patch) | |
| tree | bb2f39474cc03d3f78f5838297432a2a6a9e301d /src/ci/github-actions/ci.yml | |
| parent | 1e978a3627bd65064164af3548c585fb25eef9d2 (diff) | |
| download | rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.tar.gz rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.zip | |
Sunset RLS
Diffstat (limited to 'src/ci/github-actions/ci.yml')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index a6bdd9f3186..6e4b0b0c2c3 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -676,8 +676,7 @@ jobs: --enable-full-tools --enable-profiler SCRIPT: python x.py dist - # RLS does not build for aarch64-pc-windows-msvc. See rust-lang/rls#1693 - DIST_REQUIRE_ALL_TOOLS: 0 + DIST_REQUIRE_ALL_TOOLS: 1 # Hack around this SDK version, because it doesn't work with clang. # See https://github.com/rust-lang/rust/issues/88796 WINDOWS_SDK_20348_HACK: 1 |
