File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 if : ${{ !matrix.config.continuous-only || inputs.continuous-run }}
5050 uses : protocolbuffers/protobuf-ci/bazel-docker@v5
5151 with :
52- image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '7.6 .1' }}-12e21b8dda91028bc14212a3ab582c7c4d149fac
52+ image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '8.0 .1' }}-12e21b8dda91028bc14212a3ab582c7c4d149fac
5353 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
5454 bazel-cache : upb-bazel
5555 bazel : test //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/... ${{ matrix.config.flags }}
6868 - name : Run tests
6969 uses : protocolbuffers/protobuf-ci/bazel-docker@v5
7070 with :
71- image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:7.6 .1-12.2-12e21b8dda91028bc14212a3ab582c7c4d149fac"
71+ image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:8.0 .1-12.2-12e21b8dda91028bc14212a3ab582c7c4d149fac"
7272 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
7373 bazel-cache : " upb-bazel-gcc"
7474 bazel : >-
9393 bazel-cache : " upb-bazel-windows"
9494 # TODO: Enable python tests here once rules_python supports Windows better.
9595 bazel : test //upb/... //upb_generator/...
96- version : 7.6 .1
96+ version : 8.0 .1
9797 exclude-targets : -//python:conformance_test -//upb/reflection:def_builder_test
9898
9999 macos :
@@ -122,7 +122,7 @@ jobs:
122122 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
123123 bazel-cache : " upb-bazel-macos"
124124 bazel : ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
125- version : 7.6 .1
125+ version : 8.0 .1
126126
127127 build_wheels :
128128 name : Build Wheels
You can’t perform that action at this time.
0 commit comments