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
Today the package platform name assumes x86 and is overridden for
cross-compile jobs only in package.cmake. So a package build on an arm
machine has an x86 name like 'DynamoRIO-x86_64-Linux-11.90.20152.tar.gz".
We fix that here to support building packages on arm machines directly.
Tested on an aarch64 machine where this fix produces the name
"DynamoRIO-AArch64-Linux-11.90.20152.tar.gz".
Fixes#7334
I built a package on an aarch64 machine but the name has x86-64 in it:
Looks like the package naming code only sets for arm variants when doing cross-compiles.
The text was updated successfully, but these errors were encountered: