about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-01 17:58:02 +0000
committerbors <bors@rust-lang.org>2023-08-01 17:58:02 +0000
commitfe90d7dfcd571d8a60cad96ca2268b2d54cab31c (patch)
tree228771de0ba3fffdde647619567d4226b1947252 /src/ci/github-actions
parent4896daa3985010e7d136fe0c5bf4c4e8bfc911ae (diff)
parente947bd705fcadd580b689949962c9da5d23aba91 (diff)
downloadrust-fe90d7dfcd571d8a60cad96ca2268b2d54cab31c.tar.gz
rust-fe90d7dfcd571d8a60cad96ca2268b2d54cab31c.zip
Auto merge of #113854 - klensy:aarch64-msvc-remove-hack, r=Mark-Simulacrum
aarch64-msvc: remove CI hack for bad Windows SDK version

This removes hack which manually replaced windows sdk version, as it looks like useless now, as CI uses newer version: https://github.com/rust-lang-ci/rust/actions/runs/5596259246/jobs/10233070602#step:24:929
`C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\corecrt_io.h` (look at version)

related https://github.com/rust-lang/rust/issues/88796

It's nice to have some way to assert bad version, but i don't see anything except checking env https://github.com/rust-lang/cc-rs/pull/646
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 2f83729bbb6..6efc1980e60 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -663,9 +663,6 @@ jobs:
                 --enable-profiler
               SCRIPT: python x.py dist bootstrap --include-default-paths
               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
             <<: *job-windows-8c
 
           - name: dist-i686-mingw