-
Notifications
You must be signed in to change notification settings - Fork 644
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
0 18 toolchain support #2509
Draft
DatGizmo
wants to merge
7
commits into
nrfconnect:main
Choose a base branch
from
DatGizmo:0_18-toolchain-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
0 18 toolchain support #2509
Conversation
This file contains 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
Contributor
DatGizmo
commented
Feb 17, 2025
- Adding support for 0.18 zephyr sdk
- add new zephyr-gnu and zephyr-llvm toolchain support
This was referenced Feb 17, 2025
3ac82dd
to
a17e394
Compare
4c074ad
to
89718de
Compare
* Changes have been partly taken from here: zephyrproject-rtos/zephyr@main...collab-sdk-0.18-dev * This is needed because of change to the folder structure: Old: opt/zephyr-sdk/arm-zephyr-eabi New: opt/zephyr-sdk/gnu/arm-zephyr-eabi opt/zephyr-sdk/llvm This structure has been adapet from the zephyr toolchain install script. Signed-off-by: Sebastian Wezel <[email protected]>
Signed-off-by: Sebastian Wezel <[email protected]>
89718de
to
043f80e
Compare
Added script to parse and analyse Twister reports. Failed tests are grouped together by reason of failure, Cmake and build errors are grouped using predefined patterns. Signed-off-by: Grzegorz Chwierut <[email protected]>
Added steps to analyze Twister reports and upload the results if Twister build fails Signed-off-by: Grzegorz Chwierut <[email protected]>
Extended the reason field in Twister report to include more detailed information for 'Build failure' and 'CMake build failure' Signed-off-by: Grzegorz Chwierut <[email protected]>
Updated test_report_summary to match new string with detailed reason of build failure. Signed-off-by: Grzegorz Chwierut <[email protected]>
After adding more detailed information to the reason field in Twister report, update twister_report_analyzer.py to group CMake and Build failures. Signed-off-by: Grzegorz Chwierut <[email protected]>
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.