-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add CI for Ubuntu Noble #467
Conversation
This now fails because tesseract_planning has not been updated to match this yet: tesseract-robotics/tesseract@0de0151 |
This depends on the trajopt MR so the docker is available. |
This ppa is not necessary on Noble though, as @Levi-Armstrong can you add a release file for Noble to the ppa (without packages), so the error does not occur, or do we need to modify the CI to not use the ppa at all for Noble? And if so, how? |
They are needed and I will work on getting them published. |
Why are they needed on Noble if they are available as system packages? |
Oh, I missed that. If they are available on the system then you should be able to use those. |
Indeed, I do. So the point is that the CI should not fail on your ppa not having an entry for Noble. It does not need to have the packages themselves, only a release file or something. Or if that is not possible, we'd need to disable the ppa for Noble. |
I have to correct myself: that won't work, as Taskflow is |
Replace the this with the following. I may not have the
|
eda955e
to
7d0fc3b
Compare
I have no idea why |
@rjoomen Are you planning to fix the clang-tidy errors; if not I recommend leaving the CI for clang-tidy to the one that was passing and create a ticket to updated clang-tidy. |
That's probably a better idea. I reverted the change. |
22354c6
into
tesseract-robotics:master
No description provided.