-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for synchronous and asynchronous modes in package cache #1853
Add support for synchronous and asynchronous modes in package cache #1853
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1853 +/- ##
==========================================
- Coverage 59.30% 59.28% -0.02%
==========================================
Files 126 126
Lines 17210 17217 +7
Branches 3015 3017 +2
==========================================
+ Hits 10206 10207 +1
- Misses 6319 6325 +6
Partials 685 685 ☔ View full report in Codecov by Sentry. |
8fc7b01
to
c21b725
Compare
- 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. Signed-off-by: Jose Enriquez <alenrqz21@gmail.com>
c21b725
to
b49ef51
Compare
Signed-off-by: Jose Enriquez <alenrqz21@gmail.com> Co-authored-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Signed-off-by: Jose Enriquez <1145623+Pixel-Minions@users.noreply.github.com>
Signed-off-by: Jose Enriquez <alenrqz21@gmail.com> Co-authored-by: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Signed-off-by: Jose Enriquez <1145623+Pixel-Minions@users.noreply.github.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Pixel-Minions!
effa516
into
AcademySoftwareFoundation:main
--pkg-cache-mode
to specify caching mode.add_variant
function to handle the new caching mode option.