Files
libfuse/requirements.txt
T
Bernd Schubert d412073a67 Add a codechecker script that is supposed to run per PR
New script is .github/workflows/codechecker.sh, which will be
added to a new github action check in a later commit

Also move all workflow dependencies to
.github/workflows/install-ubuntu-dependencies.sh

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00

9 lines
175 B
Plaintext

# Packages required for building and testing libfuse only,
# no python code is required when using libfuse.
# Build packages:
meson
ninja
# Test packages:
pytest
codechecker