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
Motivation: on a number of projects, we use CI jobs where all snapshot dependencies are built and saved in a Docker image. This means that the CI job itself runs fairly quickly, only building local packages. However, if a new dependency is added or the build plan is changed, the CI job may end up building snapshot packages.
With --only-locals, we would be able to say "if the build plan involves building anything except a local package, then fail."
The text was updated successfully, but these errors were encountered:
Motivation: on a number of projects, we use CI jobs where all snapshot dependencies are built and saved in a Docker image. This means that the CI job itself runs fairly quickly, only building local packages. However, if a new dependency is added or the build plan is changed, the CI job may end up building snapshot packages.
With
--only-locals
, we would be able to say "if the build plan involves building anything except a local package, then fail."The text was updated successfully, but these errors were encountered: