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

Flaky llvm-mt tests reported in #20902 #22491

Open
Crivella opened this issue Mar 7, 2025 · 0 comments
Open

Flaky llvm-mt tests reported in #20902 #22491

Crivella opened this issue Mar 7, 2025 · 0 comments
Milestone

Comments

@Crivella
Copy link
Contributor

Crivella commented Mar 7, 2025

Related to

#20902 (comment)
and
#20902 (comment)

I think this is related to the fact that LLVM_ENABLE_LIBXML2 is on by default in the CMake
https://github.com/llvm/llvm-project/blob/21610e3ecc8bc727f99047e544186b35b1291bcd/llvm/CMakeLists.txt#L563

and we are not explicitly disabling it in the easyblock if there is no dependency loaded by EasyBuild in general but only for full_llvm builds
https://github.com/easybuilders/easybuild-easyblocks/blob/f0c6d696a70edb5a5cd81af04843db2acc238511/easybuild/easyblocks/l/llvm.py#L113C5-L113C34

Guess this could cause system dependencies coming into play in the mentioned builds

Will need testing with properly setting LIBXML2 to OFF if not found

@Crivella Crivella changed the title failing flaky llvm-mt tests for older version of LLVM Flaky llvm-mt tests reported in #20902 Mar 7, 2025
@boegel boegel added this to the 5.0.0 milestone Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants