PXB-3795: Build PXB on Amazon Linux 2023 (x86_64 + aarch64) - #4094
Open
nogueiraanderson wants to merge 1 commit into
Open
PXB-3795: Build PXB on Amazon Linux 2023 (x86_64 + aarch64)#4094nogueiraanderson wants to merge 1 commit into
nogueiraanderson wants to merge 1 commit into
Conversation
nogueiraanderson
requested review from
a team,
kaushikpuneet07,
mchawla16,
mohitj1988 and
panchal-yash
as code owners
May 18, 2026 18:09
This was referenced May 18, 2026
nogueiraanderson
added a commit
that referenced
this pull request
May 19, 2026
Now that pxc/docker/install-deps handles AL2023, light up the matrix row so the prepare-pxc-build-docker-ecr job emits - pxc-build:amazonlinux-2023 (when run with ARCH=x86_64) - pxc-build:amazonlinux-2023-aarch64 (when run with ARCH=aarch64) Round-trip safe: the entry runs in parallel with the existing distros and reuses the same `build()` helper. The aarch64 branch inherits the ARCH_SUFFIX from prepare-docker. Depends on PR PXB-3745-arm-plumbing (#4093) and PXB-3745-al2023-install-deps (#4094).
This was referenced May 19, 2026
satya-bodapati
requested changes
May 20, 2026
nogueiraanderson
marked this pull request as draft
May 20, 2026 16:29
nogueiraanderson
force-pushed
the
PXB-3745-al2023-install-deps
branch
from
May 20, 2026 18:52
ed59d06 to
8852988
Compare
nogueiraanderson
marked this pull request as ready for review
May 20, 2026 20:41
Contributor
Author
|
@satya-bodapati All review points are addressed on the current head (
Validated today by building images from this branch on both architectures: Could you re-review or dismiss the stale review when you get a chance? |
EvgeniyPatlan
requested changes
Jun 19, 2026
nogueiraanderson
force-pushed
the
PXB-3745-al2023-install-deps
branch
from
July 16, 2026 09:13
e15b753 to
f8ff22e
Compare
- Add the .amzn2023 branch: RHVER sentinel, base-repo-only package set, word-wise skip list for packages AL2023 does not ship, nmap-ncat for netcat, no scons (modern builds use cmake) - Skip the deprecated tools repo and EPEL on AL2023 and OL10; qpress stays limited to the 8.0 platforms that require it - gcc14 toolchain for AL2023 in build-binary - Fix PGKLIST typo so libsasl2-modules-gssapi-mit and libgnutls28-dev install on deb images (were appended to a dead variable)
nogueiraanderson
force-pushed
the
PXB-3745-al2023-install-deps
branch
from
July 28, 2026 11:25
f8ff22e to
d7e2ad2
Compare
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.
Feature
pxc-build, the image PXB compiles inside on Jenkins.Why
pxc-buildimage at all; without it PXB cannot ship AL2023 backups.Tickets