Prefer prebuilt protoc toolchain (#7153)

This commit is contained in:
2026-06-12 08:50:44 -07:00
committed by GitHub
parent e9e7fd1d61
commit a319460f01
+4
View File
@@ -28,6 +28,10 @@ common --host_cxxopt="--std=c++23"
common --javacopt="-Xlint:-options"
# Prefer protobuf's prebuilt protoc toolchain instead of building protoc from
# source when compatible binaries are available.
common --@com_google_protobuf//bazel/toolchains:prefer_prebuilt_protoc
# std::filesystem and other modern C++ deps require macOS 10.15+.
common:macos --macos_minimum_os=10.15
common:macos --host_macos_minimum_os=10.15