Skip to content

Commit

Permalink
[ci] Actually fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 31, 2020
1 parent 1a4f4cc commit 48a1662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ if [[ ! -z $TOXENV ]]; then
pip install setuptools==28.8.0 tox==2.4.1
fi

echo -e <<EOM
echo -e <<EOM >>.bazelrc.local
# Set up caching on local disk so incremental builds are faster
# See https://bazel.build/designs/2016/09/30/repository-cache.html
build --repository_cache=~/.cache/bazel-repo
test --repository_cache=~/.cache/bazel-repo
# See https://docs.bazel.build/versions/master/remote-caching.html#disk-cache
build --disk_cache=~/.cache/bazel-disk
test --disk_cache=~/.cache/bazel-disk"
EOM >>.bazelrc.local
EOM


curl -L -o bazelisk "https://github.com/bazelbuild/bazelisk/releases/download/v1.3.0/bazelisk-linux-amd64"
Expand Down

0 comments on commit 48a1662

Please sign in to comment.