Skip to content

Commit 7e66a9f

Browse files
committed
Auto merge of rust-lang#2543 - saethlin:be-slow-on-linux, r=oli-obk
Run the GC more often on Linux, not MacOS Linux has more testing and is also faster in CI, we should do the extra slow checks there.
2 parents c7f7bc0 + 93e41f6 commit 7e66a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636

3737
- name: Set the tag GC interval to 1 on linux
38-
if: runner.os == 'macOS'
38+
if: runner.os == 'Linux'
3939
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
4040

4141
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.

0 commit comments

Comments
 (0)