Skip to content

Commit c96ac72

Browse files
authored
disable sccache for i686-msvc
1 parent 6cf2fb8 commit c96ac72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/github-actions/jobs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,14 @@ auto:
474474
env:
475475
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
476476
SCRIPT: make ci-msvc-py
477+
DISABLE_SCCACHE: 1
477478
<<: *job-windows
478479

479480
- name: i686-msvc-2
480481
env:
481482
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
482483
SCRIPT: make ci-msvc-ps1
484+
DISABLE_SCCACHE: 1
483485
<<: *job-windows
484486

485487
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
@@ -594,6 +596,7 @@ auto:
594596
--enable-profiler
595597
SCRIPT: python x.py dist bootstrap --include-default-paths
596598
DIST_REQUIRE_ALL_TOOLS: 1
599+
DISABLE_SCCACHE: 1
597600
CODEGEN_BACKENDS: llvm,cranelift
598601
<<: *job-windows
599602

0 commit comments

Comments
 (0)