Skip to content

Commit

Permalink
[drake_bazel_external] Work around BCR absurdity
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Jan 17, 2025
1 parent b8e2687 commit 45691de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drake_bazel_external/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ build --host_cxxopt=-std=c++20
# https://github.com/bazelbuild/bazel/issues/1164
build --action_env=CCACHE_DISABLE=1

# Work around BCR absurdity:
# https://github.com/bazelbuild/bazel-central-registry/pull/3582
# This line can be removed when using (future) Drake >= 1.38.0.
common [email protected]

# Use eigen, fmt, spdlog from the host OS via pkg-config, rather than bzlmod.
# It's okay to remove this line if you'd rather use bzlmod. For details, see:
# https://github.com/RobotLocomotion/drake/blob/master/tools/flags/BUILD.bazel
Expand Down

0 comments on commit 45691de

Please sign in to comment.