Skip to content

Feature: --only-locals flag #5272

Closed
Closed
@snoyberg

Description

@snoyberg

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."

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions