-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
ci: add cmake&ninja to speed up github action build #9998
Conversation
3c038d8
to
df29d93
Compare
另外几个rtduino炸flash了,可能哪里有问题 |
可以试试.cache 方案#5969 |
感觉主要还是bsp瘦身,sdk下到packages里后面又删了的原因。可以考虑pkgs支持全局包?或者下完拷贝? |
btw,问下scons的严格模式添加了点什么啊 @supperthomas |
加了--strict命令 |
我知道是这样,对应到编译选项是什么啊 |
-Werror |
ESP32C3看看是不是用ninja更快一些 |
第二次编译也要sdk也会删吗?可以不删吗 |
放在packages里的应该都被删了吧。。 还有一方面,不同bsp如果用同个sdk,优化一下也可以避免重复下载 |
|
拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
提交个pr等action实在是太慢了,看看ninja能否提提速
你的解决方案是什么 (what is your solution)
部分bsp使用scons+cmake+ninja编译代替scons编译
请提供验证的bsp和config (provide the config and bsp)
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up