Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revokefs: Use FUSE version 3 if possible #4326

Merged
merged 3 commits into from
Aug 16, 2022
Merged

Commits on Aug 16, 2022

  1. revokefs: Use FUSE version 3 if possible

    Based on a change contributed by Léo Stefanesco; but instead of
    unconditionally using FUSE 3, leave a fallback code path for FUSE 2 for
    older distros.
    
    Co-authored-by: Léo Stefanesco <leo.lveb@gmail.com>
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    smcv and ineol committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b752602 View commit details
    Browse the repository at this point in the history
  2. tests: Add valgrind suppression for ostreedev/ostree#2592

    This is fixed in v2022.3, but that version missed the boat for Ubuntu
    22.04.
    
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    smcv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0fd3e4a View commit details
    Browse the repository at this point in the history
  3. workflows: Build with FUSE 3 on Ubuntu 22.04

    This ensures we exercise both code paths.
    
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    smcv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7319f35 View commit details
    Browse the repository at this point in the history