-
Notifications
You must be signed in to change notification settings - Fork 283
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
[1.3.0][BUG] ARM64 build failed due to could not find netty-tcnative-2.0.25.Final-linux-aarch_64.jar #1647
Comments
@davidlago @cliu123 @peternied please take a look at this as it has blocked 1.3.0 build for almost a week now. cc: @bbarani. Thanks. |
@peterzhuamazon Was security plugin 1.2.4 successfully built on ARM64? AFAIK, security plugin cannot be built on ARM64 since some dependencies(might not be limited to |
Testing with @cliu123 for a bit and realize even in 1.2.4 prior, netty-tcnative is not downloaded by mvn, before switch to gradle as buildtool in security. I then proceed to remove netty-tcnative from build.gradle and rebuild on arm64 host, and build succeed.
|
This seems like to me that Thanks. |
The text was updated successfully, but these errors were encountered: