File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,6 @@ jobs:
418
418
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler"
419
419
SCRIPT : python x.py dist bootstrap --include-default-paths
420
420
DIST_REQUIRE_ALL_TOOLS : 1
421
- WINDOWS_SDK_20348_HACK : 1
422
421
os : windows-2019-8core-32gb
423
422
- name : dist-i686-mingw
424
423
env :
Original file line number Diff line number Diff line change @@ -663,9 +663,6 @@ jobs:
663
663
--enable-profiler
664
664
SCRIPT : python x.py dist bootstrap --include-default-paths
665
665
DIST_REQUIRE_ALL_TOOLS : 1
666
- # Hack around this SDK version, because it doesn't work with clang.
667
- # See https://github.com/rust-lang/rust/issues/88796
668
- WINDOWS_SDK_20348_HACK : 1
669
666
<< : *job-windows-8c
670
667
671
668
- name : dist-i686-mingw
Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ if isMacOS; then
39
39
ciCommandSetEnv AR " ar"
40
40
elif isWindows && [[ ${CUSTOM_MINGW-0} -ne 1 ]]; then
41
41
42
- if [[ ${WINDOWS_SDK_20348_HACK-0} -eq 1 ]]; then
43
- rm -rf ' /c/Program Files (x86)/Windows Kits/10/include/10.0.20348.0'
44
- mv ' /c/Program Files (x86)/Windows Kits/10/include/' 10.0.{19041,20348}.0
45
- fi
46
-
47
42
# If we're compiling for MSVC then we, like most other distribution builders,
48
43
# switch to clang as the compiler. This'll allow us eventually to enable LTO
49
44
# amongst LLVM and rustc. Note that we only do this on MSVC as I don't think
You can’t perform that action at this time.
0 commit comments