@@ -7,9 +7,9 @@ bazel-opt_task:
77 configure_script :
88 - git submodule update --init --recursive
99 - /src/workspace/tools/inject-repo c-toxcore
10- - sed -i -e 's/build --config=remote/#&/' /src/workspace/.bazelrc.local
1110 test_all_script :
1211 - cd /src/workspace && bazel test -k
12+ --remote_cache=http://$CIRRUS_HTTP_CACHE_HOST
1313 --build_tag_filters=-haskell
1414 --test_tag_filters=-haskell
1515 --
@@ -26,9 +26,9 @@ bazel-dbg_task:
2626 - /src/workspace/tools/inject-repo c-toxcore
2727 test_all_script :
2828 - cd /src/workspace && bazel test -k
29+ --remote_cache=http://$CIRRUS_HTTP_CACHE_HOST
2930 --build_tag_filters=-haskell
3031 --test_tag_filters=-haskell
31- --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
3232 --
3333 //c-toxcore/...
3434 -//c-toxcore/auto_tests:tcp_relay_test # Cirrus doesn't allow external network connections.
@@ -41,17 +41,17 @@ cimple_task:
4141 configure_script :
4242 - git submodule update --init --recursive
4343 - /src/workspace/tools/inject-repo c-toxcore
44- - sed -i -e 's/build --config=remote/#&/' /src/workspace/.bazelrc.local
4544 test_all_script :
4645 - cd /src/workspace && bazel test -k
46+ --remote_cache=http://$CIRRUS_HTTP_CACHE_HOST
4747 --build_tag_filters=haskell
4848 --test_tag_filters=haskell
4949 --
5050 //c-toxcore/...
5151
5252freebsd_task :
5353 freebsd_instance :
54- image_family : freebsd-14-0
54+ image_family : freebsd-14-1
5555 configure_script :
5656 - PAGER=cat ASSUME_ALWAYS_YES=YES pkg install
5757 cmake
0 commit comments