4949 if : ${{ !matrix.config.continuous-only || inputs.continuous-run }}
5050 uses : protocolbuffers/protobuf-ci/bazel-docker@v4
5151 with :
52- image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '7.1.2 ' }}-2c05f44c25a209933743ddf0296ef0c1e583d2c3
52+ image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '7.6.1 ' }}-12e21b8dda91028bc14212a3ab582c7c4d149fac
5353 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
5454 bazel-cache : upb-bazel
5555 # TODO: Enable bzlmod once python headers are supported for python dist.
6969 - name : Run tests
7070 uses : protocolbuffers/protobuf-ci/bazel-docker@v4
7171 with :
72- image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:7.1.2 -12.2-e78301df86b3e4c46ec9ac4d98be00e19305d8f3 "
72+ image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:7.6.1 -12.2-12e21b8dda91028bc14212a3ab582c7c4d149fac "
7373 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
7474 bazel-cache : " upb-bazel-gcc"
7575 bazel : >-
9797 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
9898 bazel-cache : " upb-bazel-windows"
9999 bazel : test --noenable_bzlmod --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //python/...
100- version : 7.1.2
100+ version : 7.6.1
101101 exclude-targets : -//python:conformance_test -//upb/reflection:def_builder_test
102102
103103 macos :
@@ -126,7 +126,7 @@ jobs:
126126 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
127127 bazel-cache : " upb-bazel-macos"
128128 bazel : ${{ matrix.config.bazel-command }} --noenable_bzlmod --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 ${{ matrix.config.flags }} //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
129- version : 7.1.2
129+ version : 7.6.1
130130
131131 no-python :
132132 strategy :
@@ -141,7 +141,7 @@ jobs:
141141 - name : Run tests
142142 uses : protocolbuffers/protobuf-ci/bazel-docker@v4
143143 with :
144- image : us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:7.1.2-27cf7b86212020d7e552bc13b1e084abb971da75
144+ image : us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:7.6.1-e0df73e51131ccaf53451355d22577f377357604
145145 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
146146 bazel-cache : " upb-bazel-no-python"
147147 bash : >-
@@ -162,7 +162,7 @@ jobs:
162162 - name : Build Wheels
163163 uses : protocolbuffers/protobuf-ci/bazel-docker@v4
164164 with :
165- image : us-docker.pkg.dev/protobuf-build/release-containers/linux/apple:7.1.2-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
165+ image : us-docker.pkg.dev/protobuf-build/release-containers/linux/apple:7.6.1-12e21b8dda91028bc14212a3ab582c7c4d149fac
166166 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
167167 bazel-cache : upb-bazel-python
168168 bazel : build --noenable_bzlmod --crosstool_top=//toolchain:clang_suite --//toolchain:release=true --symlink_prefix=/ -c dbg --incompatible_enable_cc_toolchain_resolution=false //python/dist //python/dist:test_wheel //python/dist:source_wheel
0 commit comments