Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: postinstall should not process dev-infra package #19566
Conversation
|
LGTM |
Currently our NGC postinstall for Bazel also runs against the dev-infra package. This results in a small slow-down and is simply unnecessary given that this does not represent a dependency of interest for `ng_module` compilations.
aedf90a
to
d6b2b40
bde24ed
into
angular:master
…19566) Currently our NGC postinstall for Bazel also runs against the dev-infra package. This results in a small slow-down and is simply unnecessary given that this does not represent a dependency of interest for `ng_module` compilations.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |


Currently our NGC postinstall for Bazel also runs against the
dev-infra package. This results in a small slow-down and is
simply unnecessary given that this does not represent
a dependency of interest for
ng_modulecompilations.