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
Recently we are trying to build Hadoop on ARM/aarch64 server, wildfly-openssl:1.0.7.Final is a required dependency, but there isn't aarch64 support wildfly-openssl in Maven central. For the 1.0.8.Final version, there are multiple OS/platforms supported: e.g. windows x86_64, linux x86_64, linux i386. but no aarch64 artifact, even we have supported in wildfly-openssl code. I would propose to publish aarch64 supported artifacts of 1.0.8.Final or newer version to maven central.
The text was updated successfully, but these errors were encountered:
@Weizhuo-Zhang thanks, I know how to build on ARM, what I mentioned is proposing to publish wildfly-openssl artifact to maven central repo, that other projects can directly use.
Recently we are trying to build Hadoop on ARM/aarch64 server,
wildfly-openssl:1.0.7.Final
is a required dependency, but there isn'taarch64
supportwildfly-openssl
in Maven central. For the1.0.8.Final
version, there are multiple OS/platforms supported: e.g. windows x86_64, linux x86_64, linux i386. but noaarch64
artifact, even we have supported in wildfly-openssl code. I would propose to publishaarch64
supported artifacts of1.0.8.Final
or newer version to maven central.The text was updated successfully, but these errors were encountered: