From 07b85f39afd6a22e65925dceabbf320ca6fb335d Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 23 May 2021 11:43:59 +0200 Subject: CI: build with GCC 11 this fixes a new false positive memory leak (#4297), but unfortunately opens a few new false positives (#4274). therefore let it ignore memleak checks for now, until the detection is a bit more stable in GCC. Fixes: #4274, #4297 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07ab1431e..141e43168 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,9 +24,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: install dependencies - run: sudo apt-get install gcc-10 libapparmor-dev libselinux1-dev expect xzdec + run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec - name: configure - run: CC=gcc-10 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux --prefix=/usr + run: CC=gcc-11 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux --prefix=/usr - name: make run: make - name: make install -- cgit v1.2.3-70-g09d2