Skip to content

Commit

Permalink
Auto merge of rust-lang#2565 - RalfJung:ci, r=RalfJung
Browse files Browse the repository at this point in the history
remove macOS work-around that is no longer needed

Judging from actions/cache#403 it sounds like this work-around is not needed any more.
  • Loading branch information
bors committed Sep 24, 2022
2 parents c217e07 + 6f6a2df commit e0982da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
if: runner.os == 'Linux'
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
if: runner.os == 'macOS'
run: |
brew install gnu-tar
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
# Cache the global cargo directory, but NOT the local `target` directory which
# we cannot reuse anyway when the nightly changes (and it grows quite large
# over time).
Expand Down

0 comments on commit e0982da

Please sign in to comment.