fix(docker-connector-vmware): drop arm64 ZMQ::LibZMQ4 compile shim - #6322
Draft
Tpo76 wants to merge 1 commit into
Draft
fix(docker-connector-vmware): drop arm64 ZMQ::LibZMQ4 compile shim#6322Tpo76 wants to merge 1 commit into
Tpo76 wants to merge 1 commit into
Conversation
libzmq-libzmq4-perl is now published for arm64 on packages.centreon.com (apt-plugins-stable), matching the amd64 build. Install it unconditionally from the Centreon apt repo instead of compiling ZMQ::LibZMQ4 from source in a dedicated arm64-only builder stage.
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.
Summary
libzmq-libzmq4-perlis now published for arm64 onpackages.centreon.com(apt-plugins-stable), same version as amd64 (0.01-1+deb13u1, published 2026-07-21)..github/packaging/cpan-libraries.jsonalready liststrixie-arm64as a build target forZMQ::LibZMQ4.Dockerfile.connector-vmwareno longer needs the arm64-onlycpanm-buildershim that compiledZMQ::LibZMQ4from source — the package now installs from the Centreon apt repo on both architectures, just like amd64 already did.cpanm-builder/cpanm-deps-arm64/cpanm-deps-amd64/cpanm-deps-selectedstages, the arch-conditional apt install branch, the shimCOPY --from=cpanm-deps-selected, and the now-unused/opt/perl-modulesentry inPERL5LIB.Test plan
docker buildx build --platform linux/arm64 --build-arg PACKAGE_SOURCE=repo --build-arg VERSION=20260700 --build-arg STABILITY=stable— succeeds,libzmq-libzmq4-perl 0.01-1+deb13u1 arm64installs from apt, andperl -e 'use ZMQ::LibZMQ4'loads correctly inside the arm64 (aarch64, via qemu) container.linux/amd64— no regression,ZMQ::LibZMQ4still loads.docker-buildjob inconnector-vmware.yml(multi-arch buildx) green on this PR.🤖 Generated with Claude Code