File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11absl-py>=2.1.0
2- protobuf>=5.29.3
2+ protobuf>=5.29.5
33bazel-runfiles>=1.3.0
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ curl -LsS "${BAZELISK_URL}" -o /usr/local/bin/bazelisk
5454echo " ${BAZELISK_SHA256} /usr/local/bin/bazelisk" | sha256sum -c -
5555chmod +x /usr/local/bin/bazelisk
5656
57- # Install protoc 30.2 .
57+ # Install protoc 29.5 .
5858readonly PROTOC_DOWNLOAD_URL=" https://github.com/protocolbuffers/protobuf/releases/download"
59- readonly PROTOC_RELEASE_TAG=" 30.2 "
59+ readonly PROTOC_RELEASE_TAG=" 29.5 "
6060PROTOC_URL=" ${PROTOC_DOWNLOAD_URL} /v${PROTOC_RELEASE_TAG} /protoc-${PROTOC_RELEASE_TAG} -linux-x86_64.zip"
61- PROTOC_SHA256=" 327e9397c6fb3ea2a542513a3221334c6f76f7aa524a7d2561142b67b312a01f "
61+ PROTOC_SHA256=" a3f094363cd205c6f7af0d1b9305cb4c8517043f265cdb188f098cae93e8b217 "
6262if [[ " ${ARCH} " == " aarch64" || " ${ARCH} " == " arm64" ]]; then
6363 PROTOC_URL=" ${PROTOC_DOWNLOAD_URL} /v${PROTOC_RELEASE_TAG} /protoc-${PROTOC_RELEASE_TAG} -linux-aarch_64.zip"
64- PROTOC_SHA256=" a3173ea338ef91b1605b88c4f8120d6c8ccf36f744d9081991d595d0d4352996 "
64+ PROTOC_SHA256=" 25eb0848ff13a90a0b2d2a3b4a9d2babc7fbfe158f596c00d8c26a21028dd6f5 "
6565fi
6666readonly PROTOC_URL
6767readonly PROTOC_SHA256
You can’t perform that action at this time.
0 commit comments