Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-04-11 | Migrate away from deprecated distutils | Matthias Goergens | -1/+1 | |
Before: ``` =============================== warnings summary =============================== test/test_ctests.py:12 /tmp/libfuse-build-mB50ZC/build-gcc-9/test/test_ctests.py:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ``` | ||||
2023-04-07 | Upgrade meson version in CI | Matthias Goergens | -2/+1 | |
2023-02-20 | Migrate from Travis to Github actions | Nikolaus Rath | -0/+10 | |
With current Ubuntu, Valgrind apparently does not like clang debug info, so do not run valgrind with clang-compiled binaries. |