Mynewt CI update#2712
Open
sjanc wants to merge 2 commits intomcu-tools:mainfrom
Open
Conversation
Contributor
Author
|
CI failure doesn't seem to be related to this change |
c964eb9 to
e636797
Compare
Member
|
The CI failures aren't related. Some suggested commit text, although I'm not completely sure the reason for the 48K change, but it'd be good to capture: |
Replace the hand-rolled ARM toolchain install (wget of a 2017 GCC 7 release) with carlosperate/arm-none-eabi-gcc-action@v1 pinned to 15.2.Rel1, and install newt via "go install" instead of cloning and building newt from source. Both removals shed ~110 lines of bootstrap shell that only existed to recreate what the upstream actions now provide. Inline the install and run logic into the workflow itself and delete the ci/mynewt_install.sh and ci/mynewt_run.sh wrappers. After "newt upgrade", drop the PR checkout into repos/mcuboot via "git clone ..", so the build exercises the mcuboot revision under review rather than whatever upstream tag newt would otherwise resolve. Add mcuboot to project.repositories.allowed in ci/mynewt_project.yml so newt accepts the local repo. The redundant "Signed commit check" step is dropped here; DCO is already enforced by the sim, fih_tests, and espressif workflows. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
rsa_rsaoaep and rsa_rsaoaep_bootstrap targets no longer fits in the default BSP bootloader flash region after update to mbedtls 3.6.5 which produces a larger image than the previous mbedtls 2.28.9 build. Set BSP_BOOTLOADER_48K=1 in the basic target's syscfg.yml so the BSP reserves a 48K bootloader slot and the build links cleanly again. Basic target is inherited by all other targets. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.