Skip to content

Commit

Permalink
temporarily disable gcc due to false positive stringop-truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Dec 9, 2024
1 parent 40046c2 commit bf749b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf749b9

Please sign in to comment.