pico-sdk/.bazelrc
armandomontanez 67f89e44aa
Update Bazel pin, ignore build-* directories (#2461)
Updates the Bazel pin to 8.1.0 so that build-* directories can be
properly ignored.
2025-05-29 08:25:46 -05:00

10 lines
359 B
Text

# Silence all C/C++ warnings in external code.
common --per_file_copt=external/.*@-w
common --host_per_file_copt=external/.*@-w
# Produce useful output when the build fails.
common --verbose_failures
# Silence warnings about old bazel_dep pins. Bazel 8 brings along newer ones,
# but we can support Bazel 7 (for now).
common --check_direct_dependencies=off