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

ci: add arm32 build test #954

Merged
merged 10 commits into from
Dec 12, 2024
Merged

ci: add arm32 build test #954

merged 10 commits into from
Dec 12, 2024

Conversation

matteo-cristino
Copy link
Collaborator

This reproduces @andrea-dintino error trying to build zenroom on arm32 with make -f build/linux.mk command

@jaromil
Copy link
Member

jaromil commented Oct 24, 2024

I guess it is mimalloc being problematic, would be enough to switch it off. Will take into account in the new build and rebase this for test. Thanks!!

@matteo-cristino
Copy link
Collaborator Author

A quick solution that does not require to switch off mimalloc can be also to link the libatomic library with -latomic flag at build time.

@matteo-cristino matteo-cristino added SKIP_JS Add this label to PR for skip JS checks in CI SKIP_RUST Add this label to PR for skip RUST checks in CI SKIP_PY Add this label to PR for skip PY checks in CI SKIP_GO Add this label to PR for skip GO checks in CI labels Nov 13, 2024
@jaromil jaromil force-pushed the ci/arm32 branch 2 times, most recently from b3898db to 1b28217 Compare November 26, 2024 11:36
@jaromil jaromil merged commit 4bda514 into master Dec 12, 2024
24 checks passed
@jaromil jaromil deleted the ci/arm32 branch December 12, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SKIP_GO Add this label to PR for skip GO checks in CI SKIP_JS Add this label to PR for skip JS checks in CI SKIP_PY Add this label to PR for skip PY checks in CI SKIP_RUST Add this label to PR for skip RUST checks in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants