forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[setup] Upgrade Bazel to 6.0.0 (RobotLocomotion#18545)
Co-authored-by: William Allen <[email protected]> Co-authored-by: Jeremy Nimmer <[email protected]>
- Loading branch information
1 parent
33b4744
commit d026242
Showing
8 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Keep this version number in sync with the Ubuntu deb installed by | ||
# drake/setup/ubuntu/source_distribution/install_prereqs.sh. | ||
USE_BAZEL_VERSION=5.3.1 | ||
# | ||
# These files should also be updated: | ||
# drake/tools/workspace/drake_visualizer/image/provision.sh | ||
# drake/tools/wheel/image/provision-base.sh | ||
USE_BAZEL_VERSION=6.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
See https://github.com/RobotLocomotion/drake/pull/18545 for details | ||
about this patch. | ||
|
||
--- tools/dreal.bzl.orig | ||
+++ tools/dreal.bzl | ||
@@ -65,7 +65,6 @@ | ||
return select({ | ||
"//tools:gcc_build": GCC_FLAGS + extra_gcc_flags + rule_copts, | ||
"//tools:clang_build": CLANG_FLAGS + rule_copts, | ||
- "//tools:apple": CLANG_FLAGS + rule_copts, | ||
"//conditions:default": CXX_FLAGS + rule_copts, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters