Add flags for better debug info

PiperOrigin-RevId: 686126139
pull/18819/head
Protobuf Team Bot 5 months ago committed by Copybara-Service
parent c006c62e71
commit 88b5c5a1fe
  1. 4
      ci/common.bazelrc

@ -81,6 +81,10 @@ build --incompatible_use_host_features
# https://github.com/protocolbuffers/protobuf/issues/14313 # https://github.com/protocolbuffers/protobuf/issues/14313
common --noenable_bzlmod common --noenable_bzlmod
# For easier debugging of build failures.
common --announce_rc
build --verbose_failures
# Important: this flag ensures that we remain compliant with the C++ layering # Important: this flag ensures that we remain compliant with the C++ layering
# check. # check.
build --features=layering_check build --features=layering_check

Loading…
Cancel
Save