Skip to content

[AURON #1659] Remove ubuntu-22.04-arm runner#1660

Merged
cxzl25 merged 1 commit intoapache:masterfrom
cxzl25:arm_remove_ubuntu-22.04-arm
Nov 26, 2025
Merged

[AURON #1659] Remove ubuntu-22.04-arm runner#1660
cxzl25 merged 1 commit intoapache:masterfrom
cxzl25:arm_remove_ubuntu-22.04-arm

Conversation

@cxzl25
Copy link
Contributor

@cxzl25 cxzl25 commented Nov 24, 2025

Which issue does this PR close?

Closes #1659

Rationale for this change

https://github.com/apache/auron/actions/runs/19596884366/job/56122677089

ubuntu-22.04-arm

[INFO] [main]   process didn't exit successfully: `/home/runner/work/auron/auron/target/debug/build/blake3-efb5e344151b28f2/build-script-build` (exit status: 1)
[INFO] [main]   --- stderr
[INFO] [main]   /home/runner/work/auron/auron/target/debug/build/blake3-efb5e344151b28f2/build-script-build: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by /home/runner/work/auron/auron/target/debug/build/blake3-efb5e344151b28f2/build-script-build)

What changes are included in this PR?

Are there any user-facing changes?

How was this patch tested?

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the ubuntu-22.04-arm runner from the ARM release build matrix to resolve a GLIBC version incompatibility. The ubuntu-22.04-arm runner lacks GLIBC 2.39, which is required by the blake3 build script, causing CI failures. The builds will now only run on ubuntu-24.04-arm, which has the necessary GLIBC version.

Key changes:

  • Removed ubuntu-22.04-arm from the runner matrix in the ARM release workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@merrily01 merrily01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cxzl25 cxzl25 merged commit 6db9f6d into apache:master Nov 26, 2025
113 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove ubuntu-22.04-arm runner

3 participants