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

Support multiple architectures by going back to single-stage build #9

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

zachlipp
Copy link
Collaborator

@zachlipp zachlipp commented Sep 19, 2024

Normally we'd be catching these locally, but with 1+hr builds, I think we've been reluctant to run full local tests before using CI.

This succeeds locally. We'll see if we need something else for CI

UPDATE

After in-person discussion, @joachimbbp and I decided we should have a C compiler in our image such that people can reliably install Python packages that build on the host (e.g. numpy, pandas). This also drastically simplifies multi-architecture support because we're no longer trying to copy and paste from directories that only exist on ARM build targets.

@zachlipp zachlipp requested a review from joachimbbp September 19, 2024 23:21
@zachlipp zachlipp marked this pull request as draft September 20, 2024 07:34
@zachlipp zachlipp changed the title Correct copy command Support multiple architectures by going back to single-stage build Sep 20, 2024
@zachlipp zachlipp marked this pull request as ready for review September 20, 2024 19:39
@joachimbbp joachimbbp merged commit 2149f8f into main Sep 20, 2024
1 check failed
@joachimbbp joachimbbp deleted the another-bugfix branch September 20, 2024 19:41
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.

2 participants