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
Assume I have 10 packages, pkg1, pkg2, ..., pkg10, part of my reverse dependency check. They all depend on a dpkg package, which is not installed, and is not in the crancache cache.
How will dpkg be installed when I launch revdepcheck::revdep_check() in parallel with 20 workers? Will it end up:
installing dpkg once and only once, or
will each parallel check task attempt to install dpkg independently?
Knowing how it works helps to decided whether it's beneficial to pre-install/pre-populate the crancache cache, before launching the revdep checks. Especially so when there are many revdep packages with common dependencies.
The text was updated successfully, but these errors were encountered:
Assume I have 10 packages, pkg1, pkg2, ..., pkg10, part of my reverse dependency check. They all depend on a dpkg package, which is not installed, and is not in the crancache cache.
How will dpkg be installed when I launch
revdepcheck::revdep_check()
in parallel with 20 workers? Will it end up:installing dpkg once and only once, or
will each parallel check task attempt to install dpkg independently?
Knowing how it works helps to decided whether it's beneficial to pre-install/pre-populate the crancache cache, before launching the revdep checks. Especially so when there are many revdep packages with common dependencies.
The text was updated successfully, but these errors were encountered: