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

Let armv8 tests run on new ubuntu-24.04-arm Github runners #319

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Jan 30, 2025

Issue:
Github now offers Linux arm64 runners! But when I tried using the ubuntu-24.04-arm runner in aws-c-common, the unit tests didn't run.

Description of changes:
Remove code that assumed linux/armv8 would always be a cross-compile, and therefore shouldn't run tests.

There's code in several other places (1, 2) that stops test from running when builder is actually cross-compiling. I could probably remove similar overrides that set run_tests = false for armv7, armv6, etc in this data.py file ... but I'll keep those as-is for now

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

1 participant