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

Workaround arm based CI steps #322

Merged
merged 2 commits into from
Mar 10, 2025
Merged

Workaround arm based CI steps #322

merged 2 commits into from
Mar 10, 2025

Conversation

xiazhvera
Copy link
Contributor

Issue #, if available:

Description of changes:
Add workaround for CI. Details refer to awslabs/aws-crt-cpp#713

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

@@ -315,7 +315,7 @@ jobs:

# Only aarch64 needs this, but it doesn't hurt anything
- name: Install qemu/docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
run: docker run --privileged --rm tonistiigi/binfmt --install all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temporarily downgrade to old ubuntu as 24.04 likes to segfault in the middle of the build

Search for this, and remove them, also update the image to latest ubuntu.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also just install aarch64 only as it does not need anything else

@xiazhvera xiazhvera merged commit 160150b into main Mar 10, 2025
46 checks passed
@xiazhvera xiazhvera deleted the main_ci branch March 10, 2025 16:06
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.

3 participants