Skip to content

Commit 607b857

Browse files
devversionjelbourn
authored andcommitted
build: disable ngcc snapshot compatibility job [patch only]
The ngcc snapshot compatibility job is disabled in the patch branch as the patch branch relies on TypeScript 3.8 that is no longer supported in the latest Angular compiler-cli version. The latest compiler version would be picked up as part of the snapshot builds and would cause errors about an unsupported TS version.
1 parent 39a8843 commit 607b857

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,14 @@ workflows:
582582
filters: *ignore_presubmit_branch_filter
583583
requires:
584584
- build_release_packages
585-
- ngcc_compatibility_snapshot:
586-
filters: *skip_on_pull_requests_filter
587-
requires:
588-
- build_release_packages
585+
# The ngcc snapshot compatibility job is disabled in the patch branch as the patch
586+
# branch relies on TypeScript 3.8 that is no longer supported in the latest Angular
587+
# compiler-cli version. The latest compiler version would be picked up as part of the
588+
# snapshot builds and would cause errors about an unsupported TS version.
589+
# - ngcc_compatibility_snapshot:
590+
# filters: *skip_on_pull_requests_filter
591+
# requires:
592+
# - build_release_packages
589593
- publish_snapshots:
590594
filters: *publish_branches_filter
591595
requires:

0 commit comments

Comments
 (0)