Revert "Remove which from shell invocations"#16803
Conversation
|
Should we try #16804 first? |
|
|
||
| ifeq (,$(and $(DOWNLOAD_TO_STDOUT),$(DOWNLOAD_TO_FILE))) | ||
| ifeq (,$(WGET)) | ||
| ifeq (,$(shell command -v wget)) |
There was a problem hiding this comment.
this should have been a neq
There was a problem hiding this comment.
This is a revert PR. Not touching anything here.
There was a problem hiding this comment.
Good catch, will process in the followup second attempt.
|
So what has happened (recapping also the undone while the tests are running, with nothing more to do since it's already ACKed):
So, takeaways and repetition mitigation:
[edit: addendum |
My rule of thumb is: any change containing changes to C-files or the build system => fingers away from 'skip compile tests'. |
Most of our documentation is built from C files, and doc-only updates (working in the several commented-out paragraphs at the start of the files) would be classical candidates. (A slim build could catch if, for example, a stray |
|
>10 years of RIOT development made me too paranoid to trust some random static syntax checker, to do GCC's job properly :P |
|
A "CI:build just default target" would be nice especialy for documentation change in compiled files |
Not sure what the semantics of that would be different from the current |
|
maybe |
Reverts #16776
Builds are failing due to this PR having been merged.