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 6afd9ce commit c65f09dCopy full SHA for c65f09d
.github/workflows/ci.yml
@@ -36,11 +36,11 @@ jobs:
36
37
- name: Set the tag GC interval to 1 on linux
38
if: runner.os == 'Linux'
39
- run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
+ 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=0" >> $GITHUB_ENV
44
45
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
46
# See <https://github.com/actions/cache/issues/403>.
0 commit comments