Build Arch Linux package#52
Merged
Merged
Conversation
e5c620e to
10c855e
Compare
Foxboron
reviewed
Sep 29, 2025
l0kod
added a commit
to l0kod/systemd
that referenced
this pull request
Sep 29, 2025
Update the build environment for Arch Linux to use the LandlockConfig library and headers. This is useful to simply test the systemd support for this feature. This should only be used for development and should never be merged as-is. To make it simple, the package is part of this commit, but it should be removed before being merged. The Arch Linux package can be built with landlock-lsm/landlockconfig#52 Signed-off-by: Mickaël Salaün <mic@digikod.net>
l0kod
added a commit
to l0kod/systemd
that referenced
this pull request
Sep 30, 2025
Update the build environment for Arch Linux to use the LandlockConfig library and headers. This is useful to simply test the systemd support for this feature. This should only be used for development and should never be merged as-is. To make it simple, the package is part of this commit, but it should be removed before being merged. The Arch Linux package can be built with landlock-lsm/landlockconfig#52 Signed-off-by: Mickaël Salaün <mic@digikod.net>
d61584e to
0df1160
Compare
afae514 to
8777d29
Compare
Add Makefile to build an Arch Linux package reusing the Rust cached artifacts (i.e. target directory). Improve caches to differentiate between Cargo registry (shared across all build jobs) and built binaries (specific to a Rust version). Add a Dockerfile to efficiently build an Arch Linux container and extend the CI to build the image, cache it, test package build, and test package install. We can use this command to build an Arch Linux package locally: make -C pkg/arch docker Signed-off-by: Mickaël Salaün <mic@digikod.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Makefile to build a package from this repository while reusing build artifacts (e.g. to speed up build and CI).
Improve FFI error types.
See #18
Cc @Foxboron