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

Add support and CI tests for BSDs #54

Merged
merged 2 commits into from
Jan 4, 2023
Merged

Commits on Jan 3, 2023

  1. Add support and CI tests for BSDs

    This adds a fallback using `shm_open`/`shm_unlink` for platforms where
    `memfd_create` doesn't exist. This seems to be how this is normally
    handled, though it's a bit ugly.
    
    This also builds the wayland/x11 code for NetBSD/OpenBSD/DragonFlyBSD.
    
    Add CI builds for FreeBSD and NetBSD. We would need some kind of
    virtualisation though to actually run tests on such targets.
    
    I've tested the `shm_open` logic on Linux, but haven't run it on any
    BSDs.
    ids1024 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4f6542c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90c7bc View commit details
    Browse the repository at this point in the history