Cristian Le

Results 959 comments of Cristian Le

You mean as in allowing ```yaml adjust: when: /tests/foo_.* ... ``` I guess this could be more concise than https://github.com/teemtee/fmf/issues/227 (PS: `path` in that issue should be `name` I was...

Why not show in the roadmap unsponsored features (in place of backlog), along with the priority of the sponsored ones.

> Hi @LecrisUT . Could you please fix the issue with building in Alpine container. It works without your changes: https://github.com/accel-ppp/accel-ppp/actions/runs/14639922657/job/41079694185 , but fails with your changes: https://github.com/accel-ppp/accel-ppp/actions/runs/14639808282/job/41079428962?pr=237 Ah, yes,...

> Do you know any workaround to fix it on alpine and gentoo? Yes, the fix is straightforward, just specify those paths manually until CMake4.1 is the minimum supported. It...

I would test if compiling a similar pure-cmake hello-world project works, then try a python-based one without scikit-build-core, and then with scikit-build-core (with `--no-build-isolation` just to be safe). Where in...

(I've edited your post to be more readable) Great, one source is ruled out > I am not familiar "then try a python-based one without scikit-build-core" can you explain how...

Unfortunately, probably yes. A few tips you can try: - check the python changelog history between 3.11.3 and latest 3.11.13. - try out a different python version, compilers - check...

🤷 I would question if the python interpreter itself is in a functional state. It seems that even pre-compiled binaries will break it, if not even pure-python ones. There should...

> is it possible something is going wrong while linking so the .so created has some issue, Shouldn't be. It would probably fail during the CMake build if that were...

What I was hoping to see from the `readelf -d` is the libraries that it is trying to load and what `RPATH` and equivalents it is using, e.g. ```console $...