Skip to content

Commit

Permalink
Update sccache script to reflect tar internals
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanfr committed Sep 8, 2023
1 parent 01b0f85 commit 9a15708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_sccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ fi
pushd ${WORK_DIR}

curl -L "https://github.com/mozilla/sccache/releases/download/${VERSION}/$SCCACHE_VERSION.tar.gz" | tar -xvz
mv $SCCACHE_VERSION/sccache .
mv $SCCACHE_VERSION/sccache* .
# it is sccache-dist on linux and sccache on mac
chmod +x ./sccache
mv ./sccache $HOME/bin/

Expand Down

0 comments on commit 9a15708

Please sign in to comment.