ci: update material-unit-tests job to latest commit (#31650)
Updates the `material-unit-tests` job to the latest commit on the components repository. 097f4335a4e0b6e6b579829ae3a9cffce6292d2b. 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: https://github.com/angular/angular/issues/29220. PR Close #31650
This commit is contained in:
parent
024c31da25
commit
4d96cf5197
|
@ -143,7 +143,7 @@ var_14: ¬ify_dev_infra_on_fail
|
||||||
|
|
||||||
# Cache key for the Material unit tests job. **Note** when updating the SHA in the cache keys,
|
# Cache key for the Material unit tests job. **Note** when updating the SHA in the cache keys,
|
||||||
# also update the SHA for the "MATERIAL_REPO_COMMIT" environment variable.
|
# also update the SHA for the "MATERIAL_REPO_COMMIT" environment variable.
|
||||||
var_15: &material_unit_tests_cache_key v4-angular-material-701302dc482d7e4b77990b24e3b5ab330bbf1aa5
|
var_15: &material_unit_tests_cache_key v4-angular-material-097f4335a4e0b6e6b579829ae3a9cffce6292d2b
|
||||||
var_16: &material_unit_tests_cache_key_short v4-angular-material
|
var_16: &material_unit_tests_cache_key_short v4-angular-material
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
@ -79,7 +79,7 @@ setPublicVar MATERIAL_REPO_TMP_DIR "/tmp/material2"
|
||||||
setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git"
|
setPublicVar MATERIAL_REPO_URL "https://github.com/angular/material2.git"
|
||||||
setPublicVar MATERIAL_REPO_BRANCH "master"
|
setPublicVar MATERIAL_REPO_BRANCH "master"
|
||||||
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml".
|
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI "config.yml".
|
||||||
setPublicVar MATERIAL_REPO_COMMIT "701302dc482d7e4b77990b24e3b5ab330bbf1aa5"
|
setPublicVar MATERIAL_REPO_COMMIT "097f4335a4e0b6e6b579829ae3a9cffce6292d2b"
|
||||||
|
|
||||||
# Source `$BASH_ENV` to make the variables available immediately.
|
# Source `$BASH_ENV` to make the variables available immediately.
|
||||||
source $BASH_ENV;
|
source $BASH_ENV;
|
||||||
|
|
Loading…
Reference in New Issue