Skip to content

Commit

Permalink
[drake_bazel_external_legacy] Downgrade Bazel to minimum
Browse files Browse the repository at this point in the history
This gives us better CI coverage of the legacy situation.
  • Loading branch information
jwnimmer-tri committed Dec 13, 2024
1 parent 9ce094a commit 2cce13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drake_bazel_external_legacy/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
7.4.1
3 changes: 2 additions & 1 deletion drake_bazel_external_legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This pulls in Drake and builds it from source via Bazel's WORKSPACE mechanism,
which is deprecated as of Bazel 8 and will be removed in Bazel 9. Therefore,
we do not recommend using this example for new projects; instead, refer to
the `drake_bazel_external` example. The legacy example primarily serves
as a regression test for the deprecated behavior.
as a regression test for the deprecated behavior, and therefore uses Drake's
minimum supported Bazel version.

For an introduction to Bazel, refer to
[Getting Started with Bazel](https://bazel.build/start).
Expand Down
1 change: 0 additions & 1 deletion private/test/file_sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
".bazelignore",
".bazelproject",
".bazelrc",
".bazelversion",
".clang-format",
".github/ci_build_test",
".github/setup",
Expand Down

0 comments on commit 2cce13f

Please sign in to comment.