Open liusheng opened 4 years ago
Hi @fjuma , Sorry for distubing, could you please take a look this issue, thanks a lot!
You could try this method offered by Kunpeng, Huawei. https://support.huaweicloud.com/prtg-tpdl-kunpengbds/kunpengbds_02_0053.html
@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.
@liusheng It's time to introduce Kunpeng Maven repository which contains lots of aarch64 jar. Step1: Go to https://mirrors.huaweicloud.com/ and search for "华为鲲鹏 - Maven" Step2: Use Kunpeng Maven url directly - https://repo.huaweicloud.com/kunpeng/maven/
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.