about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-09-10 13:46:15 +0200
committerMara Bos <m-ou.se@m-ou.se>2021-09-10 13:46:15 +0200
commit4ab3c117d08ce5dab484cb981db069fa4ec0e605 (patch)
tree29903d9880be1bb0a56500e12c33af01e438ce2e /src/ci/github-actions
parent497ee321af3b8496eaccd7af7b437f18bab81abf (diff)
downloadrust-4ab3c117d08ce5dab484cb981db069fa4ec0e605.tar.gz
rust-4ab3c117d08ce5dab484cb981db069fa4ec0e605.zip
Work around CI issue with windows sdk 10.0.20348.0.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 6417f5a984a..c9f8692d418 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -635,6 +635,9 @@ jobs:
               SCRIPT: python x.py dist
               # RLS does not build for aarch64-pc-windows-msvc. See rust-lang/rls#1693
               DIST_REQUIRE_ALL_TOOLS: 0
+              # 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
             <<: *job-windows-xl
 
           - name: dist-i686-mingw