Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the generation of ARM64/ARM32/PPC64LE deb packages #2176

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

jnasselle
Copy link
Member

@jnasselle jnasselle commented Apr 26, 2023

Related issue
Closes #2175

Description

This PR aims to fix the generation of ARM64/ARM32/PPC64LE deb packages

Tests

  • Build the package in any supported platform
    • Linux
    • Windows
    • macOS
    • Solaris
    • AIX
    • HP-UX
  • Package installation
  • Package upgrade
  • Package downgrade
  • Package remove
  • Package install/remove/install
  • Change added to CHANGELOG.md
  • Tests for Linux RPM
    • Build the package for x86_64
    • Build the package for i386
    • Build the package for armhf
    • Build the package for aarch64
    • %files section is correctly updated if necessary
  • Tests for Linux deb
    • Build the package for x86_64
    • Build the package for i386
    • Build the package for armhf
    • Build the package for aarch64
    • Package install/remove/install
    • Package install/purge/install
    • Check file permissions after installing the package
  • Tests for macOS
    • Test the package from macOS Sierra to Mojave
  • Tests for Solaris
    • Test the package on Solaris 10
    • Test the package on Solaris 11
    • Check file permissions on Solaris 11 template
  • Tests for IBM AIX
    • %files section is correctly updated if necessary
    • Check the changes from IBM AIX 5 to 7

@jnasselle jnasselle self-assigned this Apr 26, 2023
@jnasselle jnasselle linked an issue Apr 26, 2023 that may be closed by this pull request
@jnasselle jnasselle marked this pull request as ready for review April 27, 2023 19:20
@jnasselle
Copy link
Member Author

Containers are still being built on EC2 ARM instance. On hold

Copy link
Contributor

@DFolchA DFolchA left a comment

Choose a reason for hiding this comment

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

LGTM

@teddytpc1 teddytpc1 merged commit d83fcd4 into 4.4 Apr 28, 2023
@teddytpc1 teddytpc1 deleted the 2175-fix-debian-stretch-containers branch April 28, 2023 12:11
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.

Error during ARM64/ARM32/PPC64LE deb package generation
4 participants