From 88814e9f1dd72257ab3a54b8d2b292b9b37787c1 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 21 Mar 2020 18:21:06 +0000 Subject: [PATCH] Disable bazel remote cache on CI. code.tox.chat is down. --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 40ea4a53..20126a21 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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