Skip to content

Commit

Permalink
DNM Use Drake PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Dec 20, 2024
1 parent 21eb396 commit 0d842b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drake_bazel_external/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain")
bazel_dep(name = "drake")

# By default, this example always uses the latest Drake master branch.
DRAKE_COMMIT = "master"
DRAKE_COMMIT = "bzlmod-extension"
DRAKE_CHECKSUM = ""

# You can choose a specific revision of Drake to use, e.g.:
Expand All @@ -35,7 +35,7 @@ DRAKE_CHECKSUM = ""
archive_override(
module_name = "drake",
urls = [x.format(DRAKE_COMMIT) for x in [
"https://github.com/RobotLocomotion/drake/archive/{}.tar.gz",
"https://github.com/jwnimmer-tri/drake/archive/{}.tar.gz",
]],
sha256 = DRAKE_CHECKSUM,
strip_prefix = "drake-{}".format(DRAKE_COMMIT.lstrip("v")),
Expand Down

0 comments on commit 0d842b2

Please sign in to comment.