From c9e7fe8ab3631a5e2e48de466dfa349823c741e5 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 14 May 2021 08:15:05 +0000 Subject: CI: build with clang 11 (#4277) --- .github/workflows/build-extra.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 29f14788d..fd1f23954 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -32,19 +32,19 @@ jobs: steps: - uses: actions/checkout@v2 - name: configure - run: CC=clang-10 ./configure --enable-fatal-warnings + run: CC=clang-11 ./configure --enable-fatal-warnings - name: make run: make scan-build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - name: install clang-tools-10 - run: sudo apt-get install clang-tools-10 + - name: install clang-tools-11 + run: sudo apt-get install clang-tools-11 - name: configure - run: CC=clang-10 ./configure --enable-fatal-warnings + run: CC=clang-11 ./configure --enable-fatal-warnings - name: scan-build - run: NO_EXTRA_CFLAGS="yes" scan-build-10 --status-bugs make + run: NO_EXTRA_CFLAGS="yes" scan-build-11 --status-bugs make cppcheck: runs-on: ubuntu-20.04 steps: -- cgit v1.2.3-54-g00ecf