-
Notifications
You must be signed in to change notification settings - Fork 51
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
Remove support for Ubuntu 18 (Bionic) #222
Remove support for Ubuntu 18 (Bionic) #222
Conversation
Not surprisingly, there are 3 failures:
|
8b41fc9
to
b7d7027
Compare
b7d7027
to
69eda3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue #214 gave a good hint to the failures. drake_bazel_installed
uses the bionic nightly packages by default, and therefore, in the tests.
Reviewable status: all discussions resolved, platform LGTM missing
Also remove references to Bionic-specific Ros 2 Dashing and Ros Melodic.
27327a2
to
8d7706b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+@jwnimmer-tri for review please. This PR goes further than described in the issue and removes all support for Bionic. The final commit can be split off and saved until April if you prefer.
Reviewable status: all discussions resolved, LGTM missing from assignee jwnimmer-tri, platform LGTM missing (waiting on @jwnimmer-tri)
I think a total purge of Bionic is correct. I'll review the non-ROS parts of this. +@EricCousineau-TRI for review of the ament- and catkin-related changes, please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 14 of 20 files at r1, all commit messages.
Reviewable status: 1 unresolved discussion, LGTM missing from assignee ericcousineau-tri, platform LGTM from [jwnimmer-tri] (waiting on @BetsyMcPhail, @EricCousineau-TRI, and @jwnimmer-tri)
a discussion (no related file):
nit The top-level README.md in this repo says "Not all example projects are supported on macOS or Ubuntu 20.04 (Focal Fossa)." which probably inaccurate now?
All examples are supported on Focal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 1 unresolved discussion, LGTM missing from assignee ericcousineau-tri, platform LGTM from [jwnimmer-tri] (waiting on @EricCousineau-TRI and @jwnimmer-tri)
a discussion (no related file):
Previously, jwnimmer-tri (Jeremy Nimmer) wrote…
nit The top-level README.md in this repo says "Not all example projects are supported on macOS or Ubuntu 20.04 (Focal Fossa)." which probably inaccurate now?
Good catch. I'm not sure if was actually ever true. It certainly shouldn't be now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all discussions resolved, LGTM missing from assignee ericcousineau-tri, platform LGTM from [jwnimmer-tri] (waiting on @EricCousineau-TRI and @jwnimmer-tri)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 19 of 20 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all discussions resolved, LGTM missing from assignee ericcousineau-tri, platform LGTM from [jwnimmer-tri] (waiting on @BetsyMcPhail)
.github/workflows/ci.yml, line 55 at r2 (raw file):
shell: zsh -efuo pipefail {0} ros_foxy: name: ros 2 foxy
BTW Latest support is for Galactic:
https://docs.ros.org/en/galactic/Installation.html
FYI @IanTheEngineer Once we have ROS 2 / Anzu integration underway, we should add that here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for ament- and catkin-related changes - thanks!
Reviewable status: complete! all discussions resolved, platform LGTM from [jwnimmer-tri, ericcousineau-tri] (waiting on @BetsyMcPhail)
Resolves #219
This change is