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

Github actions clang version mismatch #15

Closed
azanegin opened this issue Dec 20, 2023 · 1 comment
Closed

Github actions clang version mismatch #15

azanegin opened this issue Dec 20, 2023 · 1 comment

Comments

@azanegin
Copy link
Contributor

-- The C compiler identification is Clang 14.0.0
-- The CXX compiler identification is Clang 14.0.0
8<============cut===============
-- Found LLVM 15.0.[7](https://github.com/ligurio/luzer/actions/runs/7240171193/job/19794688179#step:8:8)
-- Found libclang_rt /usr/lib/llvm-15/lib/clang/15.0.7/lib/linux/libclang_rt.fuzzer_no_main-x[8](https://github.com/ligurio/luzer/actions/runs/7240171193/job/19794688179#step:8:9)6_64.a
-- Configuring done (4.5s)
-- Generating done (0.0s)
-- Build files have been written to: /home/runner/work/luzer/luzer/build

I'm not sure about that, but possibly Testing action uses clang-14 to link with libclang_rt-15.

@ligurio
Copy link
Owner

ligurio commented Dec 20, 2023

Right, there is a problem with searching correct version of libclang_rt, I'll address it in #9.

ligurio added a commit that referenced this issue Jan 17, 2024
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

No branches or pull requests

2 participants