2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 14:55:39 +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 Andrei Vagin
parent f7bc3bdc91
commit dae0704b61

View File

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