X Tutup
The Wayback Machine - https://web.archive.org/web/20201013221754/https://github.com/angular/components/pull/19566
Skip to content
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

build: postinstall should not process dev-infra package #19566

Conversation

@devversion
Copy link
Member

@devversion devversion commented Jun 8, 2020

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.

@devversion devversion requested review from jelbourn and angular/dev-infra-components as code owners Jun 8, 2020
@googlebot googlebot added the cla: yes label Jun 8, 2020
@devversion devversion changed the title build: postinstall should not generate summaries for dev-infra pkg build: postinstall should not process dev-infra package Jun 8, 2020
Copy link
Member

@josephperrott josephperrott left a comment

LGTM

angular-tsconfig.json Outdated Show resolved Hide resolved
@jelbourn jelbourn removed the merge ready label Jun 9, 2020
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.
@devversion devversion force-pushed the devversion:build/do-not-generate-summaries-dev-infra-pkg branch from aedf90a to d6b2b40 Jun 12, 2020
@andrewseguin andrewseguin merged commit bde24ed into angular:master Jun 12, 2020
15 checks passed
15 checks passed
ci/angular: merge status All checks passed!
ci/circleci: api_golden_checks Your tests passed on CircleCI!
Details
ci/circleci: bazel_build Your tests passed on CircleCI!
Details
ci/circleci: build_release_packages Your tests passed on CircleCI!
Details
ci/circleci: e2e_tests Your tests passed on CircleCI!
Details
ci/circleci: integration_tests Your tests passed on CircleCI!
Details
ci/circleci: lint Your tests passed on CircleCI!
Details
ci/circleci: ngcc_compatibility Your tests passed on CircleCI!
Details
ci/circleci: tests_browserstack Your tests passed on CircleCI!
Details
ci/circleci: tests_local_browsers Your tests passed on CircleCI!
Details
ci/circleci: tests_saucelabs Your tests passed on CircleCI!
Details
ci/circleci: upload_release_packages Your tests passed on CircleCI!
Details
ci/circleci: view_engine_build Your tests passed on CircleCI!
Details
ci/circleci: view_engine_test Your tests passed on CircleCI!
Details
cla/google All necessary CLAs are signed
andrewseguin added a commit that referenced this pull request Jun 12, 2020
…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.
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Jul 13, 2020

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.
X Tutup