-
Notifications
You must be signed in to change notification settings - Fork 46
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
add support for arch-specific dependencies #93
Comments
Format suggestion for For example: In case of a slice required for more than one architecture, a separate line is to be used for each, following the same format above. |
Maybe we could support some kind of negative rule, suppose that you want to exclude some arch. For ex.: |
I'm having same issue with canonical/chisel-releases#253. Chisel needs architecture support in dependencies |
Atm, we support slice contents that are application specific, however, there's no way to specify an
essential
which is only required for a specific architecture.Example:
libnode108
only needslibatomic1
for riscv64.The text was updated successfully, but these errors were encountered: