File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ if [[ -z "$COMMIT_DATE" ]]; then
3636 COMMIT_DATE=$( date +%Y-%m-%d)
3737fi
3838
39- COMMIT=f4eff5440fd07389f820d22d2a55690c6390dc6d
40- COMMIT_DATE=" 2024-12-13"
41-
4239DOWNLOAD=" $( mktemp) "
4340curl -fsSL " https://github.com/${REPO} /archive/${COMMIT} .tar.gz" -o " ${DOWNLOAD} "
4441gsutil -q cp " ${DOWNLOAD} " " gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT} .tar.gz"
@@ -54,8 +51,8 @@ until grep -q "/googleapis/archive/${REV_COMMIT}\.tar" bazel/workspace0.bzl; do
5451done
5552rm -f " ${DOWNLOAD} "
5653
57- # banner "Updating Cache for Bazel"
58- # bazel/deps-cache.py -p
54+ banner " Updating Cache for Bazel"
55+ bazel/deps-cache.py -p
5956
6057banner " Updating Bazel/CMake dependencies"
6158sed -i -f - bazel/workspace0.bzl << EOT
You can’t perform that action at this time.
0 commit comments