Skip to content

ci.yml: test on Ubuntu 26.04 Resolute#1290

Merged
scpeters merged 4 commits intomainfrom
scpeters/ci_resolute
May 7, 2026
Merged

ci.yml: test on Ubuntu 26.04 Resolute#1290
scpeters merged 4 commits intomainfrom
scpeters/ci_resolute

Conversation

@scpeters
Copy link
Copy Markdown
Member

@scpeters scpeters commented May 5, 2026

🎉 New feature

Part of gazebo-tooling/release-tools#1485

Summary

Enable Ubuntu CI on 26.04 with the resolute branch of action-gz-ci. Also update actions/checkout to v6

Test it

Verify that CI passes

Checklist

  • Signed all commits for DCO
  • Added a screen capture or video to the PR description that demonstrates the feature
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • Updated Bazel files (if adding new files). Created an issue otherwise.
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers
  • Was GenAI used to generate this PR? If so, make sure to add "Generated-by" to your commits. (See this policy for more info.)

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by and Generated-by messages.

Backports: If this is a backport, please use Rebase and Merge instead.

Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 6, 2026

  -- Looking for GzOGRE2 - found
  
  -- Skipping vulkan support for component [ogre2]
    -- BUILD ERRORS: These must be resolved before compiling.
    -- 	Missing dependency [OpenGL] (Components: OpenGL)
    -- END BUILD ERRORS

@azeey
Copy link
Copy Markdown
Contributor

azeey commented May 6, 2026

Comparing with https://build.ros2.org/job/Lbin_uR64__gz_rendering_vendor__ubuntu_resolute_amd64__binary/2/consoleText which built successfully, I see that we're missing libegl-dev.

@j-rivero
Copy link
Copy Markdown
Contributor

j-rivero commented May 6, 2026

Comparing with https://build.ros2.org/job/Lbin_uR64__gz_rendering_vendor__ubuntu_resolute_amd64__binary/2/consoleText which built successfully, I see that we're missing libegl-dev.

Probably the canonical package here is libgl-dev, note that libegl-dev depends on "
Depends: libegl1 (= 1.7.0-1build1), libgl-dev, libx11-dev"

@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 6, 2026

Comparing with https://build.ros2.org/job/Lbin_uR64__gz_rendering_vendor__ubuntu_resolute_amd64__binary/2/consoleText which built successfully, I see that we're missing libegl-dev.

Probably the canonical package here is libgl-dev, note that libegl-dev depends on " Depends: libegl1 (= 1.7.0-1build1), libgl-dev, libx11-dev"

maybe it's coming from the <depend>opengl</depend> in gz_ogre_next_vendor's package.xml?

If gz-rendering explicitly depends on opengl, I think we should add the same depend to its package.xml, but also something to packages.apt

@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 6, 2026

maybe it's coming from the <depend>opengl</depend> in gz_ogre_next_vendor's package.xml?

If gz-rendering explicitly depends on opengl, I think we should add the same depend to its package.xml, but also something to packages.apt

in rosdistro's rosdep/base.yaml, it looks like the opengl dependency is mapped to [libgl1-mesa-dev, libglu1-mesa-dev]

Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 6, 2026

Error: Unable to locate package libogre-next-2.3-dev

since gazebo-tooling/gzdev#106 was merged, this is now waiting for libogre-next-2.3-dev to be uploaded to our nightly repo

@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 7, 2026

Error: Unable to locate package libogre-next-2.3-dev

since gazebo-tooling/gzdev#106 was merged, this is now waiting for libogre-next-2.3-dev to be uploaded to our nightly repo

rerunning since the needed debs have been uploaded to nightly repo:

https://github.com/gazebosim/gz-rendering/actions/runs/25462018517/job/74857048406?pr=1290

@scpeters
Copy link
Copy Markdown
Member Author

scpeters commented May 7, 2026

I split 845ae40 into #1292 to make it easier to backport

@scpeters scpeters marked this pull request as ready for review May 7, 2026 20:49
@scpeters scpeters requested a review from iche033 as a code owner May 7, 2026 20:49
@scpeters scpeters requested a review from j-rivero May 7, 2026 22:24
@github-project-automation github-project-automation Bot moved this from Inbox to In review in Core development May 7, 2026
@scpeters scpeters merged commit 5195394 into main May 7, 2026
13 checks passed
@scpeters scpeters deleted the scpeters/ci_resolute branch May 7, 2026 22:31
@github-project-automation github-project-automation Bot moved this from In review to Done in Core development May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants