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

chore(ci): fix pypy before-build #595

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

JP-Ellis
Copy link
Contributor

@JP-Ellis JP-Ellis commented Mar 6, 2024

📝 Summary

Rust needs to be manually installed within the pypy build image; however, with the addition of before-build, it would appear that the existing before-build no longer works.

The installation of the Rust toolchain has been moved to the before-all step.

🚨 Breaking Changes

🔥 Motivation

Fix the PyPy wheels.

🔨 Test Plan

CI

🔗 Related issues/PRs

None

Rust needs to be manually installed within the pypy build image;
however, with the addition of `before-build`, it would appear that the
existing `before-build` no longer works.

The installation of the Rust toolchain has been moved to the
`before-all` step.

Signed-off-by: JP-Ellis <[email protected]>
@JP-Ellis JP-Ellis force-pushed the chore/fix-pypy-wheel-build branch 2 times, most recently from a240025 to bce009b Compare March 6, 2024 22:34
@JP-Ellis JP-Ellis merged commit a97a0ac into master Mar 6, 2024
19 of 30 checks passed
@JP-Ellis JP-Ellis deleted the chore/fix-pypy-wheel-build branch March 6, 2024 22:34
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.

1 participant