We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1961b8b commit da6a18eCopy full SHA for da6a18e
src/tools/miri/ci/ci.sh
@@ -154,9 +154,9 @@ case $HOST_TARGET in
154
;;
155
i686-pc-windows-msvc)
156
# Host
157
- # With reduced many-seeds count as this is the slowest runner already.
+ # Without GC_STRESS and with reduced many-seeds count as this is the slowest runner.
158
# (The macOS runner checks windows-msvc with full many-seeds count.)
159
- GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=16 TEST_BENCH=1 run_tests
+ MIR_OPT=1 MANY_SEEDS=16 TEST_BENCH=1 run_tests
160
# Extra tier 1
161
# We really want to ensure a Linux target works on a Windows host,
162
# and a 64bit target works on a 32bit host.
0 commit comments