mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
GHA/linux: disable unity build for fix scanbuild job
Unity mode seems to defeat the scanner and miss issues.
before, miss: https://github.com/curl/curl/actions/runs/10967056702/job/30456136390
after, OK: https://github.com/curl/curl/actions/runs/10967128744/job/30456330732#step:35:1232
Tested with PR commit:
https://github.com/curl/curl/pull/14880/commits/32854bb30861e757d4f8d61d303c1b1f0e55bd26
Follow-up to 60c3d04465 #14815
Closes #14987
This commit is contained in:
parent
496da69aa0
commit
c34aaca5b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
- name: scanbuild
|
||||
install_packages: clang-tools clang libssl-dev libssh2-1-dev
|
||||
install_steps: skipall
|
||||
configure: --with-openssl --enable-debug --with-libssh2
|
||||
configure: --with-openssl --enable-debug --with-libssh2 --disable-unity
|
||||
configure-prefix: CC=clang scan-build
|
||||
make-prefix: scan-build --status-bugs
|
||||
singleuse: --unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue