Skip to content

Conversation

@Krastanov
Copy link
Collaborator

This is the my first attempt at using BinaryBuilder. The wizard was used. Only these platforms worked:

platforms = [
    Linux(:i686, libc=:glibc),
    Linux(:x86_64, libc=:glibc),
    Linux(:i686, libc=:musl),
    Linux(:x86_64, libc=:musl)
]

All other platforms ended with the following error message:
image

Any pointers on how to fix the cross compilation issues?

@Krastanov
Copy link
Collaborator Author

I am not quite certain what to make out of the error message in the Azure CI:

LoadError: ArgumentError: Platform `i686-linux-glibc` is not an officially supported platform

Any ideas what I did wrong?

@giordano
Copy link
Member

giordano commented Mar 5, 2021

Duplicate of #767, which at the time built for many more platforms

@Krastanov
Copy link
Collaborator Author

Thanks, I will look into that one and hopefully its blocking issues can be fixed.

@Krastanov Krastanov closed this Mar 5, 2021
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