You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cbuild [setup] is called with --packs, it is expected that the missing packs get downloaded and installed. However, if the pack index is not uptodate and doesn't contain information about a recently released pack that is now required by the project. there is a failure reported that this pack cannot be found. Current approach is for the user to perform cpackget update-index before cbuild.
The issue is likely to appear in local CLI environments and in CI workflows with cached pack downloads, if no periodic index update is implemented, and especially at times of new pack releases.
Expected Behavior
--packs option already sets an expectation that packs required by the project will be downloaded from the web. This could be combined with the index update for at least the packs used in the project saving an extra step for users.
Steps To Reproduce
No response
Affected tools
cbuild
cbuild2cmake
cpackget
csolution
packchk
svdconv
Affected operating systems
Windows amd64
Windows arm64
Linux amd64
Linux arm64
MacOS amd64
MacOS arm64
Environment
Any
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When
cbuild [setup]
is called with--packs
, it is expected that the missing packs get downloaded and installed. However, if the pack index is not uptodate and doesn't contain information about a recently released pack that is now required by the project. there is a failure reported that this pack cannot be found. Current approach is for the user to performcpackget update-index
before cbuild.The issue is likely to appear in local CLI environments and in CI workflows with cached pack downloads, if no periodic index update is implemented, and especially at times of new pack releases.
Expected Behavior
--packs option already sets an expectation that packs required by the project will be downloaded from the web. This could be combined with the index update for at least the packs used in the project saving an extra step for users.
Steps To Reproduce
No response
Affected tools
Affected operating systems
Environment
Any
The text was updated successfully, but these errors were encountered: