-
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
CI workflow for iMX #14293
CI workflow for iMX #14293
Conversation
f9a51da
to
ae96f44
Compare
ae96f44
to
d5d0ce1
Compare
PR #14293: Size comparison from 1202bc7 to d5d0ce1 Full report (32 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@TE-N-ElvenWang Thanks for this! Looks like there's an issue with the new workflow file for restyle. Can you run restyle locally and try again? If you have issues, I can give it a shot too. |
d5d0ce1
to
ce64501
Compare
PR #14293: Size comparison from 246473c to ce64501 Full report (6 builds for cyw30739, k32w, linux, telink)
|
ce64501
to
6f83226
Compare
6f83226
to
bf98f5a
Compare
/rebase |
208e2fc
to
dde25ae
Compare
PR #14293: Size comparison from 7ffcea9 to dde25ae Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
dde25ae
to
8154e91
Compare
8154e91
to
8234af4
Compare
PR #14293: Size comparison from 4549ca8 to 8234af4 Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
8234af4
to
3ccaeb5
Compare
PR #14293: Size comparison from 0f7be8b to 3ccaeb5 Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
3ccaeb5
to
074eaf9
Compare
PR #14293: Size comparison from b5776df to 074eaf9 Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
074eaf9
to
c5779ce
Compare
PR #14293: Size comparison from 149b3f4 to c5779ce Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
c5779ce
to
c38554b
Compare
PR #14293: Size comparison from 97cf4ff to c38554b Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
c38554b
to
43dc195
Compare
PR #14293: Size comparison from 3ef9ec3 to 43dc195 Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
43dc195
to
cbd28f6
Compare
PR #14293: Size comparison from cab1ff9 to cbd28f6 Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
TEST: export IMX_SDK_ROOT=${PATH_TO_IMX8_YOCTO_SDK} or source ${PATH_TO_IMX8_YOCTO_SDK}/environment-setup-cortexa53-crypto-poky-linux ./scripts/examples/imxlinux_example.sh examples/lighting-app/linux/ examples/lighting-app/linux/out/aarch64 Signed-off-by: Haoran Wang <[email protected]>
Add the build workflow to validate the compiling with i.MX SDK. Signed-off-by: Haoran Wang <[email protected]>
Signed-off-by: Haoran Wang <[email protected]>
Problem
Since i.MX Docker image enabled with PR #13245, so add workflow to validate the builds with SDK.
Change overview
Added a build script to handle i.MX Yocto SDK build Matter binaries
Add workflow yaml file to enable CI builds test.