Skip to content

Commit

Permalink
ci: Update Ubunty 22.04.3 kernel
Browse files Browse the repository at this point in the history
GitHub CI updated the Ubuntu kernel with Linux 6.2:
https://ubuntu.com/about/release-cycle#ubuntu-kernel-release-cycle

Reflect this Landlock ABI bump in the tests.

We could only rely on the new landlock-test-tools UML kernels, but this
kind of Ubuntu update should not be frequent, and I'd still like to test
with an Ubuntu kernel. Let's keep it for now, we'll update this CI
configuration from time to time.

Signed-off-by: Mickaël Salaün <[email protected]>
  • Loading branch information
l0kod committed Sep 14, 2023
1 parent fc5cff1 commit 83da4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
commit: ${{ fromJSON(needs.commit_list.outputs.commits) }}
env:
LANDLOCK_CRATE_TEST_ABI: 1
LANDLOCK_CRATE_TEST_ABI: 3
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
matrix:
commit: ${{ fromJSON(needs.commit_list.outputs.commits) }}
env:
LANDLOCK_CRATE_TEST_ABI: 1
LANDLOCK_CRATE_TEST_ABI: 3
# $CARGO is used by landlock-test-tools/test-rust.sh
CARGO: rustup run stable cargo
steps:
Expand Down

0 comments on commit 83da4b5

Please sign in to comment.