-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
correctly set archs in assorted templates #12381
Conversation
vboot-utils still marks aarch64 as broken despite your addition in |
That is ok, the archs line is correct - breakage != supported architectures |
[ci skip]
rebase |
@@ -5,6 +5,7 @@ pkgname=android-tools | |||
# curl -L http://git.io/vvC0Z | sh -s 5.0.2_r1 5.1.0_r1 | |||
version=9.0.0r35 | |||
revision=1 | |||
archs="x86_64* i686*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure about this one? E.g. Alpine lists x86 x86_64 aarch64 armv7 armhf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edit: alpinelinux/aports@67283cd
Leave it as you done for now, my statement for nocross also applies for native arm, so we would need to set -Wno-error=attributes
can test it somewhen later.
No description provided.