mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
After MSYS2 updated the package on GitHub there was a slowdown in building NuttX in the MSYS2 job. It went from an average of 6 minutes to 10 minutes !!! The purpose of this PR is to speed up the build to decrease the usage of the Windows runner. Modified Files tools/ci/cibuild.sh tools/sethost.sh make olddefconfig -j 4 -> make olddefconfig workaround for remove Cleaning... Configuring... make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Signed-off-by: simbit18 <simbit18@gmail.com> |
||
|---|---|---|
| .. | ||
| docker/linux | ||
| platforms | ||
| testlist | ||
| testrun | ||
| cibuild.ps1 | ||
| cibuild.sh | ||
| cirun.sh | ||
| README.md | ||
CI Tools
These are tools and data used for the CI system. Some of what is here may also be useful for local testing.