Remove flag that's incompatible with Bazel 6

PiperOrigin-RevId: 680709215
pull/18559/head v29-dev
Mike Kruskal 2 months ago committed by Copybara-Service
parent 6d6571692a
commit cd6df36de5
  1. 1
      .bazelrc

@ -32,7 +32,6 @@ build:ubsan --copt=-fno-sanitize=nonnull-attribute
# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel # TODO: migrate all dependencies from WORKSPACE to MODULE.bazel
# https://github.com/protocolbuffers/protobuf/issues/14313 # https://github.com/protocolbuffers/protobuf/issues/14313
common --noenable_bzlmod common --noenable_bzlmod
common --enable_workspace
# 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.

Loading…
Cancel
Save