@@ -26,19 +26,19 @@ jobs:
2626 - { name: No-RTTI, flags: --cxxopt=-fno-rtti }
2727 include :
2828 # Set defaults
29- - image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize@sha256:04cd765285bc52cbbf51d66c8c66d8603579cf0f19cc42df26b09d2c270541fb
29+ - image : us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize@sha256:3d959f731dc5c54af4865c31ee2bd581ec40028adcdf4c038f3122581f595191
3030 - targets : //pkg/... //src/... @com_google_protobuf_examples//... //third_party/utf8_range/...
3131
3232 # Override cases with custom images
3333 - config : { name: "Bazel7" }
34- image : " us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:7.1.1-75f2a85ece6526cc3d54087018c0f1097d78d42b "
34+ image : " us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:7.1.2-cf84e92285ca133b9c8104ad7b14d70e953cbb8e "
3535 targets : " //src/... //third_party/utf8_range/..."
3636 - config : { name: "TCMalloc" }
37- image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/tcmalloc@sha256:bd39119d74b8a3fad4ae335d4cf5294e70384676331b7e19949459fc7a8d8328 "
37+ image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/tcmalloc@sha256:1c5133455481f4d1bb8afa477029604f41f1a3c46cebe4d9958cf1af95b5c87c "
3838 targets : " //src/... //third_party/utf8_range/..."
3939 - config : { name: "aarch64" }
4040 targets : " //src/... //src/google/protobuf/compiler:protoc_aarch64_test //third_party/utf8_range/..."
41- image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:aarch64-63dd26c0c7a808d92673a3e52e848189d4ab0f17 "
41+ image : " us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:6.3.0- aarch64-68e662b3a56b881804dc4e9d45f949791cbc4b94 "
4242 name : Linux ${{ matrix.config.name }}
4343 runs-on : ${{ matrix.config.runner || 'ubuntu-latest' }}
4444 steps :
@@ -102,7 +102,7 @@ jobs:
102102 - name : Run tests
103103 uses : protocolbuffers/protobuf-ci/docker@v3
104104 with :
105- image : us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:${{ matrix.arch }}-63dd26c0c7a808d92673a3e52e848189d4ab0f17
105+ image : us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:${{ matrix.arch }}-384d5abe83a791c6b1ce04f5d7bc0b1f84a30d38
106106 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
107107 entrypoint : bash
108108 command : >
@@ -328,7 +328,7 @@ jobs:
328328 os : macos-12
329329 cache_key : macos-12-bazel7
330330 bazel : test //src/... //third_party/utf8_range/...
331- bazel_version : ' 7.1.1 '
331+ bazel_version : ' 7.1.2 '
332332 - name : MacOS Apple Silicon (build only) Bazel
333333 os : macos-12
334334 cache_key : macos-12-arm
@@ -343,7 +343,7 @@ jobs:
343343 os : windows-2022
344344 cache_key : windows-2022-bazel7
345345 bazel : test //src/... @com_google_protobuf_examples//... --test_tag_filters=-conformance --build_tag_filters=-conformance
346- bazel_version : ' 7.1.1 '
346+ bazel_version : ' 7.1.2 '
347347 name : ${{ matrix.name }}
348348 runs-on : ${{ matrix.os }}
349349 steps :
0 commit comments