From b34d3f50fb70e4d7824b820103b44d0f7735cf17 Mon Sep 17 00:00:00 2001 From: Daniel Brondani Date: Mon, 16 Sep 2024 13:16:22 +0200 Subject: [PATCH] [cmsis-toolbox] Update versions (#174) Update versions Fix test case data introduced in https://github.com/Open-CMSIS-Pack/cmsis-toolbox/pull/172 --- .github/workflows/toolbox.yml | 6 +++--- test/tests.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/toolbox.yml b/.github/workflows/toolbox.yml index a49e484..319e001 100644 --- a/.github/workflows/toolbox.yml +++ b/.github/workflows/toolbox.yml @@ -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 }} @@ -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 diff --git a/test/tests.py b/test/tests.py index cdad7a1..6524d33 100644 --- a/test/tests.py +++ b/test/tests.py @@ -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",