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

Restore support for disabled platforms #180

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mcdonnnj
Copy link
Member

@mcdonnnj mcdonnnj commented Jan 15, 2025

🗣 Description

This pull request restores support for the following platforms that were previously disabled:

  • linux/arm/v6
  • linux/ppc64le
  • linux/s390x

💭 Motivation and context

Now that we are installing the cryptography Python package using the Alpine Linux system package we no longer need to worry about building wheels when creating the image. This allows us to restore support for these platforms since we are now able to build the image well before the GitHub Actions runtime limit of ~6 hours is exceeded.

🧪 Testing

Automated tests pass.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

✅ Post-merge checklist

  • Create a pre-release.

Now that we are installing the `cryptography` package through the
`py3-cryptography` system package we should be able to support any
platforms that the package does. This means we can restore support for
the `linux/arm/v6`, `linux/ppc64le`, and `linux/s390x` platforms.
@mcdonnnj mcdonnnj added improvement This issue or pull request will add or improve functionality, maintainability, or ease of use version bump This issue or pull request increments the version number github-actions Pull requests that update GitHub Actions code labels Jan 15, 2025
@mcdonnnj mcdonnnj self-assigned this Jan 15, 2025
@mcdonnnj mcdonnnj requested a review from a team January 15, 2025 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github-actions Pull requests that update GitHub Actions code improvement This issue or pull request will add or improve functionality, maintainability, or ease of use version bump This issue or pull request increments the version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants