Skip to content

Commit 5b9a640

Browse files
authored
Screening and analysis of GitHub repositories.
Review and update settings in vcpkg-configuration.json files. Use the latest toolbox version and the latest FVP models version. Review and update batches in README.md files. Review and update workflow files (update to the latest github actions). Use python 3.13
2 parents 067f2db + c3bd641 commit 5b9a640

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/basic.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222

23-
- name: Setup Python 3.10
23+
- name: Setup Python 3.13
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.10'
27-
28-
- name: Install system packages
29-
run: |
30-
sudo add-apt-repository ppa:deadsnakes/ppa
31-
sudo apt-get install libpython3.9 libtinfo5
26+
python-version: '3.13'
3227

3328
- name: Activate vcpkg
3429
uses: ARM-software/cmsis-actions/vcpkg@v1

.github/workflows/basic_w_report.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
# Install Python used by the report utility
25-
- name: Setup Python 3.10
25+
- name: Setup Python 3.13
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: '3.10'
28+
python-version: '3.13'
2929
- run:
3030
pip install junit_reporter
31-
32-
# Install system packages required by FVP VSI extensions
33-
- name: Install system packages
34-
run: |
35-
sudo add-apt-repository ppa:deadsnakes/ppa
36-
sudo apt-get install libpython3.9 libtinfo5
3731

3832
# Install vcpkg tools from the vcpkg-configuration.json and activate an Arm tools license
3933
- name: Activate vcpkg

0 commit comments

Comments
 (0)