2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-02 07:15:31 +00:00

ci: use Fedora 34 for lint CI runs

Fedora 35 comes with clang 13 which provides different results for
clang-format than clang 12 in Fedora 34.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2021-11-04 09:18:31 +00:00
committed by Adrian Reber
parent a86a66fc2c
commit 07a2f0265d

View File

@@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:latest
image: registry.fedoraproject.org/fedora:34
steps:
- name: Install tools
run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils