Skip to content

232 make poc to compile for linux arm64 in macos m1 #761

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

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

bruno-at-orange
Copy link
Contributor

@bruno-at-orange bruno-at-orange commented Jul 29, 2025

Build ubuntu packages for ARM arcitecture

@bruno-at-orange bruno-at-orange linked an issue Jul 29, 2025 that may be closed by this pull request
Comment on lines 11 to 19
# - {os: ubuntu-22.04, image: debian10}
# - {os: ubuntu-22.04, image: debian11}
# - {os: ubuntu-22.04, image: debian12}
# - {os: ubuntu-22.04, image: rocky8}
# - {os: ubuntu-22.04, image: rocky9}
# - {os: ubuntu-22.04, image: ubuntu18.04}
# - {os: ubuntu-22.04, image: ubuntu20.04}
# - {os: ubuntu-22.04, image: ubuntu22.04}
# - {os: ubuntu-22.04, image: ubuntu24.04}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Uncomment these before merging.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done ,I also added a final commit to remove obsolete OSs

@@ -0,0 +1,25 @@
FROM arm64v8/ubuntu:24.04
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I disagree, I think it is over-engineering. It's easier this way and there may some differences on packages depending on the architecture (e.g. a bug with mpich on arm and not on intel). We will be able to address these differences with 2 separates Dockerfiles.

Copy link
Collaborator

@popescu-v popescu-v left a comment

Choose a reason for hiding this comment

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

See the comments.

@bruno-at-orange bruno-at-orange force-pushed the 232-make-poc-to-compile-for-linux-arm64-in-macos-m1 branch from 1b8366b to c7cd9c7 Compare July 31, 2025 16:31
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.

Make POC to compile for Linux arm64 in macOS M1
2 participants