Skip to content

Commit

Permalink
install: Fix drake_bazel_installed use in docker (RobotLocomotion#13016)
Browse files Browse the repository at this point in the history
There's no particular need to insist that install_prereqs exists, and
as it happens our Docker images do not contain it.
  • Loading branch information
jwnimmer-tri authored Apr 8, 2020
1 parent c63c360 commit 5949ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/install/bazel/repo_template.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def _drake_impl(repo_ctx):
required_files = [
"include/drake/common/drake_assert.h",
"lib/libdrake.so",
"share/drake/setup/install_prereqs",
]
for required_file in required_files:
if not repo_ctx.path(str(prefix) + "/" + required_file).exists:
Expand Down

0 comments on commit 5949ad1

Please sign in to comment.