core
core copied to clipboard
Bump deps to fix the deleted old protobuf version.
I am a bit stuck here:
bazel test //...
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/0c41da21-59d8-4378-aa8f-cfbd06e79bbb
ERROR: Analysis of target '//src/bootstrap/cloud:crc-binary' failed; build aborted: error loading package '@rules_pkg//pkg/private': at /usr/local/google/home/ensonic/.cache/bazel/_bazel_ensonic/88cafc24ebbba21bc2294727bc8fc64d/external/rules_python/python/defs.bzl:21:6: at /usr/local/google/home/ensonic/.cache/bazel/_bazel_ensonic/88cafc24ebbba21bc2294727bc8fc64d/external/rules_python/python/py_runtime_info.bzl:17:6: Unable to find package for @rules_python_internal//:rules_python_config.bzl: The repository '@rules_python_internal' could not be resolved: Repository '@rules_python_internal' is not defined.
INFO: Elapsed time: 1.847s
INFO: 0 processes.
ERROR: Couldn't start the build. Unable to run tests
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/0c41da21-59d8-4378-aa8f-cfbd06e79bbb
We don't use rules_python, this must be somehow related to pgk_tar ...
Looks like we need to pin python despite not using it. Some hints: https://github.com/search?q=repo%3Abazelbuild%2Frules_pkg%20rules_python&type=code
Fixed as part of the bzlmod porting in #422