From 93008bbfb046c31db362624a8ee323077895dad0 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Fri, 13 Dec 2024 19:27:59 +1100 Subject: [PATCH] Revert "temporarily disable gcc due to false positive stringop-truncation" This reverts commit bf749b98276a182bf58f01368de63e659e07f4cf. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed89771..74e201c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: run: | sudo add-apt-repository universe sudo apt install clang wayland-protocols libwlroots-dev libcmocka-dev cppcheck valgrind -y - # - name: gcc - # run: make CC=gcc CXX=g++ clean wideriver + - name: gcc + run: make CC=gcc CXX=g++ clean wideriver - name: clang run: make CC=clang CXX=clang++ clean wideriver - name: test