Skip to content
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

i#7334: Set package name for on-arm builds #7335

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

derekbruening
Copy link
Contributor

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

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
@derekbruening derekbruening requested a review from ivankyluk March 6, 2025 21:16
@derekbruening derekbruening merged commit 6d04dd1 into master Mar 7, 2025
26 checks passed
@derekbruening derekbruening deleted the i7334-pkg-name-on-arm branch March 7, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package built on arm machine has x86 name
2 participants