-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Remove which
from shell invocations"
#16803
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, I still would like this, but lets fix builds and understand the issue later.
Should we try #16804 first? |
@@ -327,13 +327,13 @@ APPLICATION := $(strip $(APPLICATION)) | |||
|
|||
ifeq (,$(and $(DOWNLOAD_TO_STDOUT),$(DOWNLOAD_TO_FILE))) | |||
ifeq (,$(WGET)) | |||
ifeq (,$(shell command -v wget)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have been a neq
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a revert PR. Not touching anything here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.