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

Allow non-x86_64 host architectures #177

Open
vchuravy opened this issue Nov 5, 2021 · 2 comments
Open

Allow non-x86_64 host architectures #177

vchuravy opened this issue Nov 5, 2021 · 2 comments

Comments

@vchuravy
Copy link
Member

vchuravy commented Nov 5, 2021

Poking about at JuliaCI/PkgEval.jl#97 today I got to the step where we instantiate a build environment using BinaryBuilder.

[ Info: Running privileged container via `sudo`, may ask for your password:
 Downloading artifact: PlatformSupport-powerpc64le-linux-gnu.v2021.1.28.x86_64-linux-musl.unpacked
  Downloaded artifact: PlatformSupport-powerpc64le-linux-gnu.v2021.1.28.x86_64-linux-musl.unpacked
 Downloading artifact: GCCBootstrap-powerpc64le-linux-gnu.v7.1.0.x86_64-linux-musl.unpacked
  Downloaded artifact: GCCBootstrap-powerpc64le-linux-gnu.v7.1.0.x86_64-linux-musl.unpacked
 Downloading artifact: LLVMBootstrap.v11.0.1.x86_64-linux-musl.unpacked
  Downloaded artifact: LLVMBootstrap.v11.0.1.x86_64-linux-musl.unpacked
 Downloading artifact: PlatformSupport-x86_64-linux-musl.v2021.1.28.x86_64-linux-musl.unpacked
  Downloaded artifact: PlatformSupport-x86_64-linux-musl.v2021.1.28.x86_64-linux-musl.unpacked
 Downloading artifact: GCCBootstrap-x86_64-linux-musl.v7.1.0.x86_64-linux-musl.unpacked
    Downloading [>                                        ]  0.0 %

Would be great if we could support more than just x86_64 as a host arch.

@giordano
Copy link
Member

giordano commented Nov 5, 2021

😂 😂 😂

@staticfloat
Copy link
Member

I've made some small progress toward this in my GCC rework branch, but I still consider this pie-in-the-sky.

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

No branches or pull requests

3 participants