You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a better way of forcing installing packages without the architecture appended to the package name even if you are cross-compiling. Currently you can do:
Passing arch_names as an empty dictionary in the constructor will make that the name resolution skips adding the architecture for all cases (cross-compiling and not). But that is ugly and probably we want to pass a new argument to cover this case.
Provide a better way of forcing installing packages without the architecture appended to the package name even if you are cross-compiling. Currently you can do:
Passing arch_names as an empty dictionary in the constructor will make that the name resolution skips adding the architecture for all cases (cross-compiling and not). But that is ugly and probably we want to pass a new argument to cover this case.
Related to: #12320
The text was updated successfully, but these errors were encountered: