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 clang build failures (#26276) #29550

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

justinvreeland
Copy link
Member

@justinvreeland justinvreeland commented Sep 27, 2024

Fixes: #26276

@justinvreeland justinvreeland force-pushed the jvreeland/llvm-18 branch 3 times, most recently from 1188d6e to 033d55c Compare September 27, 2024 20:51
llvm-18:

Right now we we're remobing the cmake modules from `/usr/lib/llvm-18/lib/cmake/llvm`
and putting them in `/usr/lib/cmake/llvm` and creating some symlinks.  Instead we
should keep the files in the correct place where tools like `llvm-config` expect
them to be and relative improts work and symlink `/usr/lib/cmake/llvm` to the correct place
in `/usr/lib/llvm-18`

clang-18:

Remove the uneeded directives and add `-DCMAKE_PREFIX_PATH=` to specify where the
full infrastrcture for llvm-18 can be found.
@justinvreeland justinvreeland changed the title [Draft] Check llvm builds in ci Fix clang build failures (#26276) Sep 27, 2024
@justinvreeland justinvreeland marked this pull request as ready for review September 27, 2024 21:32
@xnox xnox marked this pull request as draft September 27, 2024 21:45
@xnox
Copy link
Member

xnox commented Sep 27, 2024

elastic build not required check (waiting for build)

@xnox xnox marked this pull request as ready for review September 27, 2024 21:53
@xnox xnox merged commit 69e67e4 into wolfi-dev:main Sep 27, 2024
9 checks passed
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.

FTBFS clang-18
2 participants