Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
common --test_tag_filters=-manual

# abseil-cpp and protobuf (pulled in by stardoc) use std::visit/std::get with std::variant,
# which requires macOS 10.13+. Set the minimum OS for both target and host/exec tool builds.
# Uncomment the below if running into Stardoc issues on Mac.
# build --macos_minimum_os=10.13
# build --host_macos_minimum_os=10.13
# abseil-cpp and protobuf use std::visit/std::get with std::variant which requires macOS 10.13+.
# Set the minimum OS for both target and host/exec tool builds.
build --macos_minimum_os=10.13
build --host_macos_minimum_os=10.13

# Bazel 9+ has bzlmod enabled by default.
# For WORKSPACE support, use: --noenable_bzlmod --enable_workspace
Expand Down
Loading