[libcxx-commits] [libcxx] [libc++][test] extend XFAIL clauses to cover Amazon Linux too (PR #129377)

Paul Osmialowski via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 1 05:49:34 PST 2025


pawosm-arm wrote:

> Thanks for working on this.
> 
> Do you intent to add a CI runner with Amazon Linux? Without such a runner it will be impossible to maintain these changes.

I'm merely helping our devops to handle this. In our CI, libc++ is being used for building LLVM which has binaries that don't depend on system-provided libstdc++. It's fairly easy on Ubuntus, but slightly more challenging on others. And we demand that all checks are passing after each stage.

https://github.com/llvm/llvm-project/pull/129377


More information about the libcxx-commits mailing list