From bf749b98276a182bf58f01368de63e659e07f4cf Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 9 Dec 2024 16:18:53 +1100 Subject: [PATCH] temporarily disable gcc due to false positive stringop-truncation --- .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 74e201c..ed89771 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