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

[Regression] aarch64 build broken #144

Closed
PhatFree opened this issue Dec 15, 2023 · 1 comment · Fixed by #146
Closed

[Regression] aarch64 build broken #144

PhatFree opened this issue Dec 15, 2023 · 1 comment · Fixed by #146

Comments

@PhatFree
Copy link
Contributor

PR #98 Introduced edk2-test-parser, but the build scripts were hardcoded with x86_64 paths, with no hardware agnostic paths or provisions. Meaning that ACS can no longer be built on aarch64 systems.

cp -r $TOP_DIR/${BUILDROOT_PATH}/$BUILDROOT_OUT_DIR/target/lib/python3.10/site-packages/PyPerf-0.0.0-py3.10-linux-x86_64.egg/pyperf \

cp $TOP_DIR/${BUILDROOT_PATH}/$BUILDROOT_OUT_DIR/target/lib/python3.10/site-packages/PySweep-0.0.0-py3.10-linux-x86_64.egg/pysweep.cpython-310-x86_64-linux-gnu.so \

cp $TOP_DIR/${BUILDROOT_PATH}/$BUILDROOT_OUT_DIR/target/lib/python3.10/site-packages/pyperf/perf_events.cpython-310-x86_64-linux-gnu.so \

@chetan-rathore
Copy link
Collaborator

Hi @PhatFree,

Thanks for highlighting the issue.
We are planning to upstream the required changes by this week.

Thanks,
ACS team

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 a pull request may close this issue.

2 participants