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

fix build on ARM with clang #1291

Merged
merged 2 commits into from
Feb 25, 2022
Merged

Conversation

alextibbles
Copy link
Contributor

Add -latomic as a link dep on aeron_client & aeron_driver. This is required when building on ARM with clang.
Eg. cmake -DCMAKE_C_COMPILER=clang-14 -DCMAKE_CXX_COMPILER=clang++-14 ../..

Add -latomic as a link dep on aeron_client & aeron_driver. This is required when building on ARM with clang.
Eg. cmake -DCMAKE_C_COMPILER=clang-14 -DCMAKE_CXX_COMPILER=clang++-14 ../..
Address CI failure on RHEL8/CENTOS7 where libatomic is not found.
@tmontgomery
Copy link
Contributor

I am fine with this. @mjpt777 @vyazelenko and @mikeb01 what do you think?

@tmontgomery tmontgomery self-requested a review February 22, 2022 22:32
@mjpt777 mjpt777 merged commit 15281ae into real-logic:master Feb 25, 2022
@alextibbles alextibbles deleted the build-arm-clang branch February 26, 2022 19:17
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.

4 participants