-
Notifications
You must be signed in to change notification settings - Fork 3k
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
docker: Upgrade GCC to 10.3-2021.07 #15007
Conversation
Upgrade to the current latest version of GNU Arm Embedded, gcc-arm-none-eabi-10.3-2021.07. This brings along fixes to v8-M targets and better Cortex-M55 support.
Let's wait for the CI environment to get updated to GCC-10 before merging this in. |
"needs: preceding PR" applied, will wait until you confirm Arm Gcc was updated |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
This can be now merged in as GCC_ARM updated in CI. |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
44e5795
to
432cf28
Compare
I've added a commit to remove the annoying GCC version mismatch warning. This will fail the tools check, as previously discussed. |
CI restarted |
May be we need to disable frozen-tools-check in GitHub Action workflow. |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@Patater I think it is better to separate docker changes and tool changes as building Docker is a very slow CI run (due to aarch64 virtualisation). |
OK, I'll back out the tools changes and handle them in a separate PR, given I need to fix python test failures there anyway. |
44e5795
to
432cf28
Compare
Pull request has been modified.
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Upgrade to the current latest version of GNU Arm Embedded,
gcc-arm-none-eabi-10.3-2021.07. This brings along fixes to v8-M targets
and better Cortex-M55 support.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@saheerb