In CI set the GC interval to 1 for Linux only

This commit is contained in:
Ben Kimock 2022-09-05 18:39:32 -04:00
parent d61d4c6af7
commit f59605ce52
3 changed files with 7 additions and 6 deletions

View file

@ -34,6 +34,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set the tag GC interval to 1 on linux
if: runner.os == 'macOS'
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.
# See <https://github.com/actions/cache/issues/403>.
- name: Install GNU tar