Closed
Description
Clang 16 (c++20) build in CI fails:
https://github.com/pisa-engine/pisa/actions/runs/7865449374/job/21458386783
65.16 -- Compiling and running to test HAVE_POSIX_REGEX
65.20 -- Performing Test HAVE_POSIX_REGEX -- failed to compile
Activity
lgrz commentedon Feb 1, 2025
Looks like this problem may be building OK and now it is a timeout issue?
Noting this for future reference. The build logs below are from 55b3c3c.
Ref: https://github.com/pisa-engine/pisa/actions/runs/12653075572/job/35257363391#step:4:40145
elshize commentedon Feb 2, 2025
Yes, I believe the problem is the build with sanitizers on. Because of the sanitizers, it executes slowly. I've been thinking of using a smaller collection for these tests, but haven't had the time to look into it yet.
lgrz commentedon Feb 2, 2025
Ok thanks good to know we can probably use smaller collection fixtures and the timeout may be because ASAN, etc.
Use tiny collection for compression test
Use tiny collection for compression test
elshize commentedon Feb 15, 2025
@lgrz I pushed a change that uses a very small collection for this particular test. Hopefully that helps. I tagged you as a reviewer.
lgrz commentedon Feb 16, 2025
Thanks @elshize will take a look
Use tiny collection for compression test
elshize commentedon Feb 18, 2025
Fixed 🎉
Use tiny collection for compression test