From: Tom Hromatka Date: Mon, 13 Jan 2025 17:19:34 +0000 (-0700) Subject: github: Revert to Ubuntu 22.04 (from latest) for cgroup v2 testing X-Git-Tag: v3.2.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=034172e8e5865b7c1b8f07d810dd53dd4e3c55f7;p=thirdparty%2Flibcgroup.git github: Revert to Ubuntu 22.04 (from latest) for cgroup v2 testing Cgroup v2 testing on Ubuntu 24.04 is throwing the following errors. Revert to Ubuntu 22.04 until the issue is resolved in the distro. /home/runner/work/libcgroup/libcgroup/src/.libs/libcgroup.so.0) Test: 012-cgget-multiple_r_flags2.py - RunError: command = ['sudo', 'lxc', 'exec', 'TestLibcg', '--', '/home/runner/work/libcgroup/libcgroup/src/tools/cgcreate', '-g', 'memory:012cgget1'] ret = 1 stdout = stderr = /home/runner/work/libcgroup/libcgroup/src/tools/.libs/cgcreate: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/runner/work/libcgroup/libcgroup/src/tools/.libs/cgcreate) /home/runner/work/libcgroup/libcgroup/src/tools/.libs/cgcreate: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/runner/work/libcgroup/libcgroup/src/.libs/libcgroup.so.0) Signed-off-by: Tom Hromatka --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2b03e78c..2c22d71d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -151,7 +151,7 @@ jobs: distcheckv2: name: Cgroup v2 Dist Check - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install container dependencies @@ -374,7 +374,7 @@ jobs: functionaltestsv2: name: Cgroup v2 Functional Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install container dependencies