Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for synchronous and asynchronous modes in package cache
- Introduced a new command-line argument `--pkg-cache-mode` to specify caching mode. - Allows users to choose between 'sync' and 'async' modes, overriding the default configuration. - Updated `add_variant` function to handle the new caching mode option. - Ensures backward compatibility by maintaining default behavior when no mode is specified.
- Loading branch information