-
Notifications
You must be signed in to change notification settings - Fork 291
chore: update Actions CI to use native runners instead of cross-compilation #865
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
Conversation
Co-authored-by: Simon Lydell <[email protected]>
deepak1556
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
objdump from the sysroot is built for x64 arch and cannot be used in native arm runner for verification. Can you switch to use the native executable for the arm runner.
./scripts/linux/verify-glibc-requirements.sh: line 10: /tmp/vscode-arm64-sysroot/aarch64-linux-gnu/aarch64-linux-gnu/sysroot/../bin/objdump: cannot execute binary file: Exec format error
Great catch thanks! Just switched to always use the native objdump 8d857e5 |
deepak1556
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
No description provided.