Merge pull request #4736 from kolyshkin/fedora-skip-criu-41

ci: update to criu-4.1-2 on Fedora
This commit is contained in:
lfbzhm
2025-04-23 11:22:26 +08:00
committed by GitHub
+7
View File
@@ -7,6 +7,13 @@ for i in $(seq 0 2); do
sleep "$i"
"${DNF[@]}" update && "${DNF[@]}" install "${RPMS[@]}" && break
done
# criu-4.1-1 has a known bug (https://github.com/checkpoint-restore/criu/issues/2650)
# which is fixed in criu-4.1-2 (currently in updates-testing). TODO: remove this later.
if [[ $(rpm -q criu) == "criu-4.1-1.fc"* ]]; then
"${DNF[@]}" --enablerepo=updates-testing update criu
fi
dnf clean all
# To avoid "avc: denied { nosuid_transition }" from SELinux as we run tests on /tmp.