-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build in osx_arm64
fails if build_with_mambabuild in conda-forge.yml is true
#31
Comments
@wolfv let me know if you prefer that I open an issue in mamba repo itself. |
Hi @traversaro, thanks for the ping! I think I know what the problem is ... when cross-compiling (or in general) we might not specify the right virtual packages. libglib constrains I will have a look on Monday to fix this in boa! |
isuru has pushed a change conda-forge/glib-feedstock#114 that should make this work. |
Thanks! Indeed I set ``build_with_mambabuild: true` in #29 and everything is working fine. |
In #29 I noticed some failures in
osx_arm64
, I then realized that they were due tomambabuild
as setting build_with_mambabuild to false fixed them.I then opened #30 to reproduce the problem, and I collected the following errors:
If
mambabuild
is used,osx_arm64
builds are failing with:While using reguard conda build everything works fine.
Full log:
The text was updated successfully, but these errors were encountered: