Skip to content

Commit f709aa9

Browse files
devversionsabeersulaiman
authored andcommitted
ci: update material-unit-tests job to latest commit (angular#31650)
Updates the `material-unit-tests` job to the latest commit on the components repository. 097f433. This commit ensures that the postinstall script does not run NGC on schematic code from `@angular/core`. Running NGC on the generated schematic code can cause unexpected issues as some migrations import types directly from `@angular/compiler-cli` while the entry-point is not usable in all cases. See: angular#29220. PR Close angular#31650
1 parent 1071c59 commit f709aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var_14: &notify_dev_infra_on_fail
143143
144144
# Cache key for the Material unit tests job. **Note** when updating the SHA in the cache keys,
145145
# also update the SHA for the "MATERIAL_REPO_COMMIT" environment variable.
146-
var_15: &material_unit_tests_cache_key v4-angular-material-701302dc482d7e4b77990b24e3b5ab330bbf1aa5
146+
var_15: &material_unit_tests_cache_key v4-angular-material-097f4335a4e0b6e6b579829ae3a9cffce6292d2b
147147
var_16: &material_unit_tests_cache_key_short v4-angular-material
148148

149149
version: 2

.circleci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ setPublicVar MATERIAL_REPO_TMP_DIR "/tmp/material2"
7979
setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git"
8080
setPublicVar MATERIAL_REPO_BRANCH "master"
8181
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml".
82-
setPublicVar MATERIAL_REPO_COMMIT "701302dc482d7e4b77990b24e3b5ab330bbf1aa5"
82+
setPublicVar MATERIAL_REPO_COMMIT "097f4335a4e0b6e6b579829ae3a9cffce6292d2b"
8383

8484
# Source `$BASH_ENV` to make the variables available immediately.
8585
source $BASH_ENV;

0 commit comments

Comments
 (0)