Skip to content

Commit

Permalink
ci: Add Linux 6.10 for Landlock ABI v5 and automatically create a config
Browse files Browse the repository at this point in the history
This is required to test IOCTL control.

Signed-off-by: Mickaël Salaün <[email protected]>
  • Loading branch information
l0kod committed Sep 6, 2024
1 parent 0aad369 commit f6fe1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
echo "List of tested kernels:" > $GITHUB_STEP_SUMMARY
abi=0
for version in 5.10 5.15 6.1 6.4 6.7; do
for version in 5.10 5.15 6.1 6.4 6.7 6.10; do
commit="$(git ls-remote https://github.com/landlock-lsm/linux refs/heads/linux-${version}.y | awk 'NR == 1 { print $1 }')"
if [[ -z "${commit}" ]]; then
echo "ERROR: Failed to fetch Linux ${version}" >&2
Expand Down

0 comments on commit f6fe1eb

Please sign in to comment.