Skip to content

Commit

Permalink
Test clang-18
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinYikMing committed Nov 2, 2024
1 parent dd0b1c5 commit 261b2be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 18
sudo apt-get install -q -y clang-18 clang-tools-18
shell: bash
- name: run scan-build without JIT
run: make distclean && scan-build-18 -v -o ~/scan-build --status-bugs --use-cc=clang-18 --force-analyze-debug-code --show-description -analyzer-config stable-report-filename=true -enable-checker valist,nullability make ENABLE_EXT_F=0 ENABLE_SDL=0 ENABLE_JIT=0
Expand Down

0 comments on commit 261b2be

Please sign in to comment.