Skip to content

Commit

Permalink
[drake_cmake_external] Strenthen CI by removing unnecessary prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Dec 20, 2024
1 parent 7f14036 commit bdf980b
Showing 1 changed file with 6 additions and 0 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

0 comments on commit bdf980b

Please sign in to comment.