ci/docker: bump risc-v toolchain gcc14#19035
Merged
Merged
Conversation
Revert to latest gcc144 due libcxx incompability Signed-off-by: Serg Podtynnyi <serg@podtynnyi.com>
Contributor
Author
|
@jerpelea sorry for noise also can we have 2 risc-v toolchains in CI ? |
Contributor
|
Which builds are failing? |
linguini1
approved these changes
Jun 3, 2026
Member
|
@linguini1 Below are the failed builds due to the Docker Image: https://nuttx-dashboard.org/d/fe2bqg6uk7nr4a/build-logs-from-nuttx-build-farm?from=now-2d&to=now&timezone=browser&var-arch=$__all&var-subarch=$__all&var-board=$__all&var-config=$__all&var-group=$__all&var-Filters=&orgId=1&refresh=15m
The Build Logs are at the NuttX Mirror Repo: https://github.com/NuttX/nuttx/actions/runs/26890338324
Update: Here's how it looks in the NuttX Build Monitor: https://lupyuen.github.io/nuttx-github-jobs/build-monitor
|
This was referenced Jun 4, 2026
Contributor
Author
All that depends on libcxx in configs |
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.



Summary
Revert to latest GCC14 due libcxx incompability with GCC15.
In #19030 risc-v toolchain was bumped to GCC15
We have old
17.0.6LIBCXX with bunch of patches and it is incompatible with GCC15, stick for GCC14Impact
Bring back failing risc-v builds with libcxx configs