Updated tool versions to the latest state, a.o. - #308
Open
Evagan2018 wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the toolchain/version pins used by CMSIS Core validation, core tests, and the Ubuntu 22.04 devcontainer, and removes an extra apt-based Python 3.9 installation step from CI.
Changes:
- Bump Arm vcpkg artifact versions for compilers/tools (GCC, Armclang, LLVM Embedded, CMake, CMSIS-Toolbox, AVH FVP, Ninja) across validation/test configs.
- Update CI Python version to 3.14 and remove the deadsnakes PPA /
libpython3.9install step. - Pin the GitHub Pages workflow runner image to
ubuntu-22.04.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CMSIS/CoreValidation/Project/vcpkg-configuration.json | Updates pinned Arm vcpkg toolchain/tool versions used by CoreValidation. |
| CMSIS/Core/Test/vcpkg-configuration.json | Updates pinned compiler versions used by Core test runs. |
| .github/workflows/gh-pages.yml | Pins the Pages deployment job runner to Ubuntu 22.04. |
| .github/workflows/corevalidation.yml | Removes apt-based Python 3.9 install step and updates setup-python to use Python 3.14. |
| .github/workflows/core.yml | Updates setup-python to use Python 3.14 for core checks. |
| .devcontainer/ubuntu-22.04/vcpkg-configuration.json | Updates devcontainer vcpkg toolchain/tool version requirements (and aligns Ninja package naming with other 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.
Updated tool versions to the latest state
Removed action for installing
ppa:deadsnakes/ppa and libpython3.9