Skip to content

Commit 66de1a3

Browse files
committed
Upgrade Bazel version in Cirrus to 2.1.1
1 parent 6b50b80 commit 66de1a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.cirrus.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildtools_cache:
55
folder: buildtools
66

77
container:
8-
image: l.gcr.io/google/bazel:1.2.1
8+
image: l.gcr.io/google/bazel:2.1.1
99
memory: 5G
1010

1111
bazel_build__test_task:
@@ -38,11 +38,6 @@ bazel_artifact_task:
3838

3939
measure_coverage_task:
4040
name: Measure code coverage
41-
container:
42-
image: l.gcr.io/google/bazel:1.1.0
43-
memory: 6G
44-
# Bazel fails to build combined report on Cirrus-ci.
45-
# https://github.com/bazelbuild/bazel/issues/6450
4641
measure_coverage_script:
4742
- bazel --bazelrc=.ci.bazelrc coverage --combined_report=none --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST //javatests/... //jflex/...
4843
send_coverage_report_script:

0 commit comments

Comments
 (0)