Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[drake_cmake_external] Strenthen CI by removing unnecessary prereqs #347

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading