Add Ubuntu 26.04 (resolute) as a supported platform#1197
Draft
ihalatci wants to merge 1 commit into
Draft
Conversation
- os-list.csv: add ubuntu,resolute
- generate dockerfiles/ubuntu-resolute-all/Dockerfile
- build-package{,-test}.yml, image-health-check.yml, build-citus-community-nightlies.yml: add resolute build matrix entry and pin tools ref to v0.8.36-dev6
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Ubuntu 26.04 LTS (codename
resolute) to the supported packaging platforms, mirroring hownoble(24.04) is wired up.Changes (6 files, +147/-4)
os-list.csv—+ubuntu,resoluteafterubuntu,noble(canonical list that drives the image/push loops).dockerfiles/ubuntu-resolute-all/Dockerfile— new generated file (via./update_dockerfiles);FROM ubuntu:resolute,resolute-pgdg, buster guard..github/workflows/build-package.yml— resolute matrix entry + tools pin..github/workflows/build-package-test.yml— resolute matrix entry + tools pin..github/workflows/image-health-check.yml— resolute matrix entry + tag bump..github/workflows/build-citus-community-nightlies.yml—+ubuntu/resolute+ tag bump.CI status
Green. The initial
build-package.ymlfailure was a publish race (theTEST=falseleg randocker run citus/packaging-test:ubuntu-resolute-allbefore theTEST=trueleg finished pushing that image →manifest unknown). Re-run after publish passed; resolute leg green across all four workflows.v0.8.36-dev6and must be swapped to a real tools release tag before merge.distro_version_idforubuntu/resoluteis still a-1placeholder in tools (upload_to_package_cloud.py) — deferred to a tools dev7 cut, needed before packages actually upload.Deferred (by design, not in this PR)
test-images/ubuntu-resolute/install-test dir.Note on citus#8603 (gcc-15 warnings on 26.04)
Non-blocking. #8603 reports warnings, not errors. These packaging workflows build/publish the toolchain image (they don't compile citus source), so they're unaffected; the citus
.cwarnings surface in the downstream package build and remain non-fatal.Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com