Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 18, 2024
1 parent 6f578c2 commit 92a53a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/ci/setup-sccache
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ set -e
ARCH="$1"

echo "PATH=/usr/local/libexec/sccache:$PATH" >> "$GITHUB_ENV"
echo "SCCACHE_ERROR_LOG=/proc/$$/fd/2" >> "$GITHUB_ENV"
echo "SCCACHE_ERROR_LOG=$(tty)" >> "$GITHUB_ENV"

set -x

wget --output-document sccache.tar.gz "https://github.com/mozilla/sccache/releases/download/v0.8.1/sccache-v0.8.1-$ARCH.tar.gz"
tar xzf sccache.tar.gz
sudo mv sccache /usr/local/bin/
sudo mv sccache* /usr/local/bin/sccache

mkdir /usr/local/libexec/sccache
sudo ln -s /usr/local/bin/sccache /usr/local/libexec/sccache/cc
Expand Down

0 comments on commit 92a53a7

Please sign in to comment.