Skip to content

Commit

Permalink
Disable bazel remote cache on CI.
Browse files Browse the repository at this point in the history
code.tox.chat is down.
  • Loading branch information
iphydf committed Mar 21, 2020
1 parent 94c2a51 commit 88814e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ cirrus-ci_task:
- echo "build --jobs=50 --curses=no --verbose_failures" | tee ~/.bazelrc
- echo "build --config=linux" | tee -a ~/.bazelrc
- echo "build --config=clang" | tee -a ~/.bazelrc
- echo "build --config=remote" | tee -a ~/.bazelrc
# - echo "build --config=remote" | tee -a ~/.bazelrc
- cd .. && mv cirrus-ci-build c-toxcore
- git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build
- mv c-toxcore cirrus-ci-build
- cd -
- bazel version
test_all_script:
- bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/...
- RUN_TEST="bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/..."
- $RUN_TEST || $RUN_TEST

0 comments on commit 88814e9

Please sign in to comment.