Open ReinhardKeil opened 1 month ago
I believe cbuild --clean should delete all files that are not relevant for an reproduceable build. https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#reproducible-builds
cbuild --clean
That would include then the cbuild-idx.yml and cbuild.yml files.
cbuild-idx.yml
cbuild.yml
I believe cbuild-set.yml and cbuild-pack.yml should be kept.
cbuild-set.yml
cbuild-pack.yml
I believe
cbuild --clean
should delete all files that are not relevant for an reproduceable build. https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-overview.md#reproducible-buildsThat would include then the
cbuild-idx.yml
andcbuild.yml
files.I believe
cbuild-set.yml
andcbuild-pack.yml
should be kept.