Adding Aarch64 support, for Travis#1137
Adding Aarch64 support, for Travis#1137advancedwebdeveloper wants to merge 1 commit intoapache:masterfrom
Conversation
For supporting multi-arch cross-compilation. But that is not solving my issues, for on-premise compilation (where host arch=guest arch, i.e. arm64)
|
Interestingly, we are already producing the arm64 convenience binaries (even before adding this to the bash script) run on every merged PR build (i.e., "latest")... |
|
I can tell that both https://github.com/apache/openwhisk-wskdeploy/releases/download/latest/openwhisk_wskdeploy-latest-linux-arm.tgz and https://github.com/apache/openwhisk-wskdeploy/releases/download/latest/openwhisk_wskdeploy-latest-linux-arm64.tgz contain executables, which run on
|
|
That indicates an Applied Micro chip from 2011... and whose X-Gene3 line was discontinued in 2016. Worldwide they only shipped 25,000 units across the 3 generations. No wonder it is reporting an older/outmoded architecture code. with "Core(s) per socket: 32" what manufacturer/model machine is this? |
For supporting multi-arch cross-compilation.
But that is not solving my issues, for on-premise compilation (where host arch=guest arch, i.e. arm64)