-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
cmake nuttx copy dependencies #5901
Conversation
I caught one of the failures locally, but it's not that helpful.
These are in Bad build
Good build
|
That is it. What happens to build time if Nuttx is not built in ||? |
The 3 things I do are to get more output: But I fear that that will skew the build and we will not see the failure. (I only see the failure locally 1 out of 900+ builds) Can we add V=1 and tee on the nuttx log file if VERBOSE=True or add NUTTX_VERBOSE=True? |
This is nice! I feel safer and it does not seem to add any build Time Can we avoid the Zip/Unzip if we patch the nuttx Makefile? We needed it it the past because of the build in src tree and not build directory. |
|
@dagar - I will give 1) a shot when I can |
What do you mean? Is this good to merge and we'll open a new issue to continue discussing the failures? |
@dagar s/tem/temp/g Yep |
@davids5 FYI this makes nuttx copy depend on all nuttx files.
I haven't made any progress on the intermittent build failures. Logging would definitely help. To me it looks like it must be a race condition within the actual nuttx build. In the PX4 nuttx export step remove
> nuttx_build.log
to get more output.