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 @@ -422,7 +422,6 @@ jobs:
422
422
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler"
423
423
SCRIPT : python x.py dist bootstrap --include-default-paths
424
424
DIST_REQUIRE_ALL_TOOLS : 1
425
- WINDOWS_SDK_20348_HACK : 1
426
425
os : windows-2019-8core-32gb
427
426
- name : dist-i686-mingw
428
427
env :
Original file line number Diff line number Diff line change @@ -668,9 +668,6 @@ jobs:
668
668
--enable-profiler
669
669
SCRIPT : python x.py dist bootstrap --include-default-paths
670
670
DIST_REQUIRE_ALL_TOOLS : 1
671
- # Hack around this SDK version, because it doesn't work with clang.
672
- # See https://github.com/rust-lang/rust/issues/88796
673
- WINDOWS_SDK_20348_HACK : 1
674
671
<< : *job-windows-8c
675
672
676
673
- 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