Skip to content

Commit

Permalink
[cmsis-toolbox] Update versions (#174)
Browse files Browse the repository at this point in the history
Update versions
Fix test case data introduced in
#172
  • Loading branch information
brondani authored Sep 16, 2024
1 parent 2f651f0 commit b34d3f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.5.0
version: tags/tools/buildmgr/2.6.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:

- name: Unzip and copy files
run: |
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.37/schema/PACK.xsd --output distribution/etc/PACK.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.37/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd --output distribution/etc/PACK.xsd
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
sudo chmod +x ./cbuild/cbuild_install.sh
./cbuild/cbuild_install.sh -x cbuild
cp -r cbuild/bin/* distribution/bin
Expand Down
2 changes: 1 addition & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_check_archive(base_path):
"GCC.10.3.1.cmake",
"gcc_linker_script.ld.src",
"generator.schema.json",
"global.generator.json",
"global.generator.yml",
"IAR.9.32.1.cmake",
"iar_linker_script.icf.src",
"PACK.xsd",
Expand Down

0 comments on commit b34d3f5

Please sign in to comment.