-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Revert "tools/testbuild.sh: Don't skip configure and distclean" #6207
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
Conversation
This reverts commit 05ff19d.
|
@xiaoxiang781216 the comment says:
I'm not sure how does this improve test coverage. Can you please explain it? Maybe we can implement it differently and not just revert your commit. |
Check defconfig in the normalize form which is bypassed before my patch. |
|
From the ci log, it look like that make try to invoke arm-nuttx-eabi-gcc in preconfig and distclean phase, but it shouldn't. |
I see. But it looks like we can't get rid of those errors. The moment we call make, through |
@anchao could we delay the evaluation to the real used place? |
|
So the issue was the simply expanded variable at line 263: @anchao why do we need that only for clang? |
since only clang has this bug: ARM-software/LLVM-embedded-toolchain-for-Arm#109 |
Thanks @xiaoxiang781216 @anchao. We don't need this one anymore, I'll close it. |
Summary
This reverts commit 05ff19d because now we are having a bunch of
make: arm-nuttx-eabi-gcc: Command not foundfor some configs.I've seen it first in #6197 but every PR has the same errors/messages.
Impact
Remove build error
Testing
CI will do the testing.