Skip to content

Update workflow to address Linux compatibility. - #109

Merged
zivy merged 2 commits into
SimpleITK:mainfrom
zivy:linuxCompatiblity
Jul 28, 2026
Merged

Update workflow to address Linux compatibility.#109
zivy merged 2 commits into
SimpleITK:mainfrom
zivy:linuxCompatiblity

Conversation

@zivy

@zivy zivy commented Jul 25, 2026

Copy link
Copy Markdown
Member

Original workflow used the GitHub runner with
ubuntu 24.04 (Noble Numbat) and GLIBC 2.38 to
build the binary Linux packages. This was not
compatible with Linux distributions
that have an older version of GLIBC.

Building in an AlmaLinux 8 container (GLIBC 2.28)
ensures compatibility with older GLIBC versions
and broadest compatibility with Linux distributions.

Original workflow used the GitHub runner with
ubuntu 24.04 (Noble Numbat) and GLIBC 2.38 to
build the binary Linux packages. This was not
compatible with Linux distributions
that have an older version of GLIBC.

Building in an AlmaLinux 8 container (GLIBC 2.28)
ensures compatibility with older GLIBC versions
and broadest compatibility with Linux distributions.
@zivy
zivy requested a review from blowekamp July 25, 2026 11:37
@blowekamp

Copy link
Copy Markdown
Member

Can we please add some public documentation about the version of GLIBC we are targeting?

@zivy

zivy commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

Not sure where public documentation of the targeted GLIBC would go, any suggestions?

It is documented in the workflow file ("Build the Linux binary inside an AlmaLinux 8 container so that the resulting shared library only requires GLIBC >= 2.28").

@blowekamp

Copy link
Copy Markdown
Member

I think placing this information in the release page is the closest option we currently have. You could also consider, separating out the release note page template into a separate file.

Move the release message from the workflow to
a separate markdown file and include information
on GLIBC and linux versions compatibility.
@zivy

zivy commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

Included the GLIBC compatibility information in the release notes markdown and moved it from the workflow file to a separate markdown.

@zivy
zivy merged commit 50b15ef into SimpleITK:main Jul 28, 2026
13 checks passed
@zivy
zivy deleted the linuxCompatiblity branch July 28, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants