+6
-6
lines changedFilter options
+6
-6
lines changed Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ jobs:
184
184
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
185
185
uses: protocolbuffers/protobuf-ci/docker@v4
186
186
with:
187
-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
187
+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
188
188
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
189
189
command: >-
190
190
/test.sh ${{ matrix.flags}} ${{ env.SCCACHE_CMAKE_FLAGS }}
@@ -227,7 +227,7 @@ jobs:
227
227
uses: protocolbuffers/protobuf-ci/docker@v4
228
228
if: ${{ !matrix.continuous-only || inputs.continuous-run }}
229
229
with:
230
-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
230
+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
231
231
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
232
232
command: >-
233
233
/install.sh -DCMAKE_CXX_STANDARD=17 ${{ env.SCCACHE_CMAKE_FLAGS }}
@@ -325,7 +325,7 @@ jobs:
325
325
if: ${{ inputs.continuous-run }}
326
326
uses: protocolbuffers/protobuf-ci/docker@v4
327
327
with:
328
-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-d9624f2aa83cba3eaf906f751d75b36aacb9aa82
328
+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/cmake:3.16.9-e0df73e51131ccaf53451355d22577f377357604
329
329
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
330
330
command: >-
331
331
/install.sh -DCMAKE_CXX_STANDARD=17 ${{ env.SCCACHE_CMAKE_FLAGS }}
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ single_version_override(
28
28
# LINT.IfChange
29
29
#endif // PROTO2_OPENSOURCE
30
30
# protoc dependencies
31
-
bazel_dep(name = "abseil-cpp", version = "20250127.0")
31
+
bazel_dep(name = "abseil-cpp", version = "20250512.1")
32
32
bazel_dep(name = "rules_cc", version = "0.0.17")
33
33
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
34
34
#ifndef PROTO2_OPENSOURCE
Original file line number Diff line number Diff line change
@@ -85,8 +85,8 @@ def protobuf_deps():
85
85
_github_archive(
86
86
name = "abseil-cpp",
87
87
repo = "https://github.com/abseil/abseil-cpp",
88
-
commit = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f", # Abseil LTS 20250127
89
-
sha256 = "d8ae9aa794a571ee39c77085ee69f1d4ac276212a7d99734974d95df7baa8d13",
88
+
commit = "76bb24329e8bf5f39704eb10d21b9a80befa7c81", # Abseil LTS 20250512.1
89
+
integrity = "sha256-jF3/tZRlrthY/Y+cEgf1ljqPmtqNOcwVh392LHtERWA=",
90
90
)
91
91
92
92
if not native.existing_rule("zlib"):
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4