Skip to content

Commit

Permalink
Merge pull request #347 from jwnimmer-tri/cmake_external-narrow-deps
Browse files Browse the repository at this point in the history
[drake_cmake_external] Strenthen CI by removing unnecessary prereqs (#347)
  • Loading branch information
rpoyner-tri authored Dec 21, 2024
2 parents 7f14036 + bd03d4b commit 3e1ba13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions drake_cmake_external/.github/setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ sudo .github/ubuntu_setup

# drake source setup
setup/install_prereqs

# Provide regression coverage for the WITH_USER_...=ON options by un-installing
# packages that should not be necessary in this particular build flavor. This
# example configures them to be built from source.
sudo apt-get remove libeigen3-dev libfmt-dev libspdlog-dev
sudo apt-get autoremove
4 changes: 0 additions & 4 deletions private/test/file_sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"drake_bazel_download/.github/ci_build_test",
"drake_bazel_external/.github/ci_build_test",
),
(
"drake_bazel_external/.github/setup",
"drake_cmake_external/.github/setup",
),
(
"drake_bazel_external/.github/ubuntu_setup",
"drake_cmake_external/.github/ubuntu_setup",
Expand Down

0 comments on commit 3e1ba13

Please sign in to comment.