Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani authored Jun 30, 2023
1 parent 311045c commit 3dd0798
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.0.0-dev3
version: tags/tools/buildmgr/2.0.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ support multiple `setup` for each context
support for standard language options in cbuild | :heavy_check_mark: | cbuild 2.0.0-dev3
support for standard language options in csolution | :heavy_check_mark: | csolution 2.0.0-dev3
support for `language` and `scope` component file attributes in csolution | :heavy_check_mark: | csolution 2.0.0-dev3
alpha support for LLVM/Clang in cbuild | :heavy_check_mark: | cbuild 2.0.0
alpha support for LLVM/Clang in csolution | :heavy_check_mark: | csolution 2.0.0
resources management | :x: |
execution groups/phases | :x: |
pre/post build steps in csolution | :x: |
Expand Down
4 changes: 2 additions & 2 deletions test/src/InstallerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void ToolBoxInstallerTests::CheckInstallationDir(
"AC6.6.18.0.cmake",
"ac6_linker_script.sct", "gcc_linker_script.ld", "iar_linker_script.icf",
"CPRJ.xsd", "PACK.xsd", "GCC.10.3.1.cmake",
//"CLANG.16.0.0.cmake",
"CLANG.16.0.0.cmake",
"IAR.9.32.1.cmake", "setup",
"{{ProjectName}}.cproject.yml",
"{{SolutionName}}.csolution.yml",
Expand Down Expand Up @@ -107,7 +107,7 @@ void ToolBoxInstallerTests::CheckExtractedDir(const string& path, bool expect) {
"AC6.6.18.0.cmake",
"ac6_linker_script.sct", "gcc_linker_script.ld", "iar_linker_script.icf",
"CPRJ.xsd", "PACK.xsd", "GCC.10.3.1.cmake",
//"CLANG.16.0.0.cmake",
"CLANG.16.0.0.cmake",
"IAR.9.32.1.cmake", "setup",
"{{ProjectName}}.cproject.yml",
"{{SolutionName}}.csolution.yml",
Expand Down

0 comments on commit 3dd0798

Please sign in to comment.