-
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
use docker image 0.6.27 #24273
use docker image 0.6.27 #24273
Conversation
pankore
commented
Jan 5, 2023
•
edited
Loading
edited
- use docker image 0.6.27
PR #24273: Size comparison from 5f3dda9 to c5b7fb0 Increases (7 builds for bl602, bl702, k32w, psoc6, qpg)
Decreases (5 builds for esp32, nrfconnect, psoc6)
Full report (29 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
Fix CI error for new docker image.
PR #24273: Size comparison from 5f3dda9 to c8b6673 Increases (3 builds for bl602, k32w, qpg)
Decreases (4 builds for esp32, nrfconnect)
Full report (29 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
This seems to complain in chef builds about missing type for PSA_WANT_KEY_TYPE_ARIA. This may be after #24250 ... however NRF CI passes, not sure what makes chef special. |
@pankore this update seems to still have some issues:
so maybe we need to update |
We have updated nRF Connect SDK in the docker image but not in the Matter yet. |
…compatible with latest SDK
@andy31415 I don't think that Telink examples build CI will pass without adaptation from #24200 |
I can move Telink to 0.6.18 as well then. |
PR #24273: Size comparison from 5f3dda9 to 39c3ebf Increases (8 builds for bl602, bl702, k32w, linux, psoc6, qpg)
Decreases (9 builds for bl702, nrfconnect, psoc6)
Full report (27 builds for bl602, bl702, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
Ok, in this case I will revert in my PR update images and just update for Telink into 0.6.27 after merge of this PR |
PR #24273: Size comparison from 5f3dda9 to 48b7dbc Increases (10 builds for bl602, bl702, k32w, linux, psoc6, qpg, telink)
Decreases (11 builds for bl702, cyw30739, nrfconnect, psoc6, telink)
Full report (35 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
* use docker image 0.6.27 * [mbedtls] Update filepath Fix CI error for new docker image. * Move cloudbuild and chef back to 0.6.18 for compilation until NRF is compatible with latest SDK * Do not update the telink docker image yet Co-authored-by: Andrei Litvin <andy314@gmail.com>