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

Allow build-time tests to be run in environments where bwrap can't work #1498

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. xdp_validate_icon: Assign argument indices automatically

    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7e702cc View commit details
    Browse the repository at this point in the history
  2. xdp_validate_icon: Allow sandboxing of the validator to be disabled

    OS distributions often compile packages and run their build-time tests
    in a chroot environment or an unprivileged container, and bubblewrap
    cannot usually work in either of those environments.
    
    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    56d8dfc View commit details
    Browse the repository at this point in the history
  3. xdp_validate_sound: Assign argument indices automatically

    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8a08a94 View commit details
    Browse the repository at this point in the history
  4. xdp_validate_sound: Allow sandboxing of the validator to be disabled

    Same reasoning as for the icon validator.
    
    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    43636b3 View commit details
    Browse the repository at this point in the history
  5. tests: Document some relevant environment variables

    Signed-off-by: Simon McVittie <[email protected]>
    smcv committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    73a13aa View commit details
    Browse the repository at this point in the history