Skip to content

Commit 84a294c

Browse files
committed
63dff9c88 ci: temporarily disable chrome mobile tests on android (#32403)
1 parent 0fca0b7 commit 84a294c

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

ANGULAR_PACKAGE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file is used by the npm/yarn_install rule to detect APF. See https://github.com/bazelbuild/rules_nodejs/issues/927

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Aug 29 00:45:26 UTC 2019
2-
18ce58c2bc3551781addaa0b32a607d5269a4e44
1+
Thu Aug 29 19:48:27 UTC 2019
2+
63dff9c888c2c89afa7c8aff9747022768b42370

ngcc/src/packages/build_marker.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
import { AbsoluteFsPath, FileSystem } from '../../../src/ngtsc/file_system';
1010
import { EntryPointJsonProperty, EntryPointPackageJson } from './entry_point';
11-
export declare const NGCC_VERSION = "9.0.0-next.4+21.sha-18ce58c.with-local-changes";
11+
export declare const NGCC_VERSION = "9.0.0-next.4+30.sha-63dff9c.with-local-changes";
1212
/**
1313
* Check whether ngcc has already processed a given entry-point format.
1414
*

ngcc/src/packages/build_marker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
3+
"version": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
44
"description": "Angular - the compiler CLI for Node.js",
55
"main": "index.js",
66
"typings": "index.d.ts",
@@ -22,7 +22,7 @@
2222
"yargs": "13.1.0"
2323
},
2424
"peerDependencies": {
25-
"@angular/compiler": "9.0.0-next.4+21.sha-18ce58c.with-local-changes",
25+
"@angular/compiler": "9.0.0-next.4+30.sha-63dff9c.with-local-changes",
2626
"typescript": ">=3.4 <3.6"
2727
},
2828
"engines": {

src/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)