Skip to content

Commit c65f09d

Browse files
committed
[debug] adjust the GC interval on all targets
1 parent 6afd9ce commit c65f09d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ 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=1" >> $GITHUB_ENV
39+
run: echo "MIRIFLAGS=-Zmiri-tag-gc=10000" >> $GITHUB_ENV
4040

4141
- name: Disable the tag GC on non-linux
4242
if: runner.os != 'Linux'
43-
run: echo "MIRIFLAGS=-Zmiri-tag-gc=0" >> $GITHUB_ENV
43+
run: echo "MIRIFLAGS=-Zmiri-tag-gc=10000" >> $GITHUB_ENV
4444

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

0 commit comments

Comments
 (0)