Cristian Le
Cristian Le
I was trying to link to the [hierarchy section](https://fmf.readthedocs.io/en/latest/features.html#hierarchy) using intersphinx links, but I couldn't find the target for it similar to how `select` is available. This is mostly because...
Packit recently added the resuldir for building with mock which was a partial blocker for switching the makefile to using it. The checking if `mock` cli actually works proved a...
Continuing from https://github.com/teemtee/fmf/pull/264#discussion_r1868073956. In hope of expanding fmf beyond tmt context, I am proposing some restructuring of the documentation section to be more generic and easier to follow as a...
For now just 2 things primarily aimed for downstream distributions - Add support for CMake 4.0 (and later, at least 3 years support) - Use `GNUInstallDirs` more A few other...
Assuming that the packages are well packaged and tested between `build-system.requires` and `dependencies`, it would be more efficient to have the RPATH point to the original files that contain the...
It would be much cleaner if `tool.setuptools_scm` could be read directly instead of `raw-options`. Somthing like how `scikit-build-core` does https://github.com/scikit-build/scikit-build-core/blob/47431d4eefbac9c3a7c49e62c73e624b932023eb/src/scikit_build_core/metadata/setuptools_scm.py#L25-L32
I want to ask how coupled is the project to the protobuf source files, and is there an automation of how often this is updated? Do you have a note...
Right now it is quite a black magic on how and where `$@` is expanded to the context values, e.g. it does not work in the `environment` field. Could we...
I don't think this is a suitable "fix", but it highlights the logic issue - `path` is only used when `dist-git-extract` is specified - `dist-git-extract` must be a directory in...
I have just encountered an issue where I need the tests to run as non-root user: https://artifacts.dev.testing-farm.io/ee1def5c-2ff2-425c-9c7b-3e915fa7c374/ (I think the issue there is in running `mpiexec`) This of course could...