From 83da4b590c87494456884e2956e739209eae3198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= Date: Thu, 14 Sep 2023 12:51:05 +0200 Subject: [PATCH] ci: Update Ubunty 22.04.3 kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 15b490e..c1df327 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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: