mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Remove check-cocci from check-local target.
check-cocci is still a good idea -- perhaps as a cron job? But doing it as part of our regular tests has just been confusing, especially to volunteers who shouldn't have to become coccinelle experts in order to get their patches through our CI. Closes #40030.
This commit is contained in:
parent
3517d20322
commit
0acc3ae879
@ -271,8 +271,7 @@ check-local: \
|
||||
check-spaces \
|
||||
check-changes \
|
||||
check-includes \
|
||||
shellcheck \
|
||||
check-cocci
|
||||
shellcheck
|
||||
|
||||
need-chutney-path:
|
||||
@if test ! -d "$$CHUTNEY_PATH"; then \
|
||||
|
7
changes/ticket40030
Normal file
7
changes/ticket40030
Normal file
@ -0,0 +1,7 @@
|
||||
o Removed features:
|
||||
- Our "check-local" test target no longer tries to use the Coccinelle
|
||||
semantic patching tool parse all the C files. While it is a good idea
|
||||
to try to make sure Coccinelle works on our C before we run a
|
||||
Coccinelle patch, doing so on every test run has proven to be disruptive.
|
||||
You can still run this tool manually with "make check-cocci". Closes
|
||||
ticket 40030.
|
Loading…
Reference in New Issue
Block a user