-
Notifications
You must be signed in to change notification settings - Fork 2.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
Add dockerfile for NuttX platform compile #31341
Conversation
PR #31341: Size comparison from a092fd1 to fecfaa6 Decreases (1 build for efr32)
Full report (45 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32)
|
8175f26
to
98b3751
Compare
PR #31341: Size comparison from db7d887 to 98b3751 Decreases (1 build for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
3688f8a
to
7e54089
Compare
PR #31341: Size comparison from 8f2a4d2 to 7e54089 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
PR #31341: Size comparison from 8f2a4d2 to f9978a7 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
PR #31341: Size comparison from 6a0a056 to e3d1ab4 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
@andy31415 Hello expert, Is there anything else that needs to be improved in this PR. |
PR #31341: Size comparison from a986606 to b78037a Full report (33 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, esp32, k32w, linux, mbed, nrfconnect, qpg, stm32)
|
PR #31341: Size comparison from ac1ebc5 to ae1cfa6 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
PR #31341: Size comparison from 9189b79 to 563d6a2 Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
PR #31341: Size comparison from 9e8a77f to de2e47c Decreases (3 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
How do I add ghcr.io/apache/nuttx/apache-nuttx-ci-linux as the compiler nuttx docker image? nuttx need the minimum g++ toolchain version is 12, but Ubuntu 20 does not seem to be able to directly upgrade the g++ version to 12.
I want to let #31236 to use this image to build CI.
Is there an experienced friend who can give me some guidance? Thank you very much.