Skip to content

Commit

Permalink
Remove deprecated code 2024-07 (#21651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Jul 2, 2024
1 parent 9197532 commit af0551e
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 788 deletions.
21 changes: 4 additions & 17 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ filegroup(
visibility = ["//tools:__pkg__"],
)

# To create a manifest of all installed files for use by drake_bazel_installed,
# we declare an install target that contains almost everything -- but it can't
# contain the bazel logic that is generated based on the manifest, so we'll add
# that in below in the final :install target.
_INSTALL_TEST_COMMANDS = "install_test_commands"

install(
name = "all_install_targets_except_bazel",
name = "install",
install_tests_script = _INSTALL_TEST_COMMANDS,
data = ["package.xml"],
docs = ["LICENSE.TXT"],
visibility = ["//tools/install/bazel:__pkg__"],
deps = [
"//bindings/pydrake:install",
"//common:install",
Expand All @@ -104,17 +102,6 @@ install(
],
)

_INSTALL_TEST_COMMANDS = "install_test_commands"

install(
name = "install",
install_tests_script = _INSTALL_TEST_COMMANDS,
deps = [
":all_install_targets_except_bazel",
"//tools/install/bazel:install",
],
)

install_test(
name = "install_test",
args = ["--install_tests_filename=$(location :{})".format(
Expand Down
82 changes: 0 additions & 82 deletions tools/install/bazel/BUILD.bazel

This file was deleted.

28 changes: 0 additions & 28 deletions tools/install/bazel/README.md

This file was deleted.

155 changes: 0 additions & 155 deletions tools/install/bazel/drake.BUILD.bazel

This file was deleted.

26 changes: 0 additions & 26 deletions tools/install/bazel/drake__bindings__pydrake.BUILD.bazel

This file was deleted.

20 changes: 0 additions & 20 deletions tools/install/bazel/drake__common.BUILD.bazel

This file was deleted.

20 changes: 0 additions & 20 deletions tools/install/bazel/drake__examples.BUILD.bazel

This file was deleted.

20 changes: 0 additions & 20 deletions tools/install/bazel/drake__geometry.BUILD.bazel

This file was deleted.

Loading

0 comments on commit af0551e

Please sign in to comment.