Skip to content

Commit d79029b

Browse files
committed
Set the GC interval to 1 on linux, leave default elsewhere
1 parent c65f09d commit d79029b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636

3737
- name: Set the tag GC interval to 1 on linux
3838
if: runner.os == 'Linux'
39-
run: echo "MIRIFLAGS=-Zmiri-tag-gc=10000" >> $GITHUB_ENV
40-
41-
- name: Disable the tag GC on non-linux
42-
if: runner.os != 'Linux'
43-
run: echo "MIRIFLAGS=-Zmiri-tag-gc=10000" >> $GITHUB_ENV
39+
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
4440

4541
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
4642
# See <https://github.com/actions/cache/issues/403>.

0 commit comments

Comments
 (0)