This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree 5 files changed +27
-20
lines changed 5 files changed +27
-20
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ test --test_output=errors
15
15
16
16
# Use the Angular 6 compiler
17
17
build --define=compile=legacy
18
+
19
+ # Turn off legacy external runfiles
20
+ run --nolegacy_external_runfiles
21
+ test --nolegacy_external_runfiles
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ build --experimental_repository_cache=/home/circleci/bazel_repository_cache
26
26
# Limit Bazel to consuming 2048K of RAM
27
27
build --local_resources=2048,1.0,1.0
28
28
# Also limit Bazel's own JVM heap to stay within our 4G container limit
29
- startup --host_jvm_args=-Xmx1280m
29
+ startup --host_jvm_args=-Xmx1408m
30
30
31
31
# Use fixed chunk names for code-split bundles in CI
32
32
# so that GitHub buildsize bot reports are accurate
Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ http_archive(
21
21
)
22
22
23
23
# The @angular repo contains rule for building Angular applications
24
- # TODO(gmagolan): Update to next 7.0.x tag when it is released
25
24
http_archive (
26
25
name = "angular" ,
27
- url = "https://github.com/angular/angular/archive/bfeceb3d3e636d755c2bd7bdd85b7136da066c78 .zip" ,
28
- strip_prefix = "angular-bfeceb3d3e636d755c2bd7bdd85b7136da066c78 " ,
26
+ url = "https://github.com/angular/angular/archive/7.0.1 .zip" ,
27
+ strip_prefix = "angular-7.0.1 " ,
29
28
)
30
29
31
30
# The @rxjs repo contains targets for building rxjs with bazel
Original file line number Diff line number Diff line change 11
11
"zone.js" : " 0.8.26"
12
12
},
13
13
"devDependencies" : {
14
- "@angular/bazel" : " github:angular/bazel-builds# 7.0.x " ,
15
- "@angular/compiler" : " github:angular/compiler-builds# 7.0.x " ,
16
- "@angular/compiler-cli" : " github:angular/compiler-cli-builds# 7.0.x " ,
17
- "@angular/core" : " github:angular/core-builds# 7.0.x " ,
14
+ "@angular/bazel" : " 7.0.1 " ,
15
+ "@angular/compiler" : " 7.0.1 " ,
16
+ "@angular/compiler-cli" : " 7.0.1 " ,
17
+ "@angular/core" : " 7.0.1 " ,
18
18
"@bazel/benchmark-runner" : " 0.1.0" ,
19
19
"@bazel/ibazel" : " 0.5.0" ,
20
20
"@bazel/karma" : " 0.20.3" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @angular/bazel@github:angular/bazel-builds#7.0.x " :
6
- version "7.0.0"
7
- resolved "https://codeload.github.com/angular/bazel-builds/tar.gz/1c6b0aae1d2e66cebb4d4ab39ac3f6d88f73e1ae"
5
+
6
+ version "7.0.1"
7
+ resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-7.0.1.tgz#42e1a114a20643ea53cff1bb8091e1ba08637885"
8
+ integrity sha512-DEv1QiccMglqPyXqxtl3Onm4j1aIJzvWx/4Tyy6gEK/r7wOqwffkPrmQGGJC3QAhsXxXMRK0mQ3jkKoAXLbunA==
8
9
dependencies :
9
10
" @bazel/typescript" " ^0.20.3"
10
11
" @types/node" " 6.0.84"
11
12
shelljs "0.8.2"
12
13
tsickle "0.32.1"
13
14
14
- " @angular/compiler-cli@github:angular/compiler-cli-builds#7.0.x " :
15
- version "7.0.0"
16
- resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/5db61187ed62264e53f958ccd717040a8dee82d0"
15
+
16
+ version "7.0.1"
17
+ resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-7.0.1.tgz#bd21ebc950f65fb5848307a271e7bd9d049efc9c"
18
+ integrity sha512-WXl2bDoAYWsxwjuIrY34eNZ6Ph4fUff2eK+ZPnkm5zSud1ZlC0zqcG//ccoLqS4Bly3He2obSJ+8SaQjzsqK1g==
17
19
dependencies :
18
20
canonical-path "0.0.2"
19
21
chokidar "^1.4.2"
26
28
source-map "^0.6.1"
27
29
yargs "9.0.1"
28
30
29
- " @angular/compiler@github:angular/compiler-builds#7.0.x " :
30
- version "7.0.0"
31
- resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/e5224449793fda7089c1c3750b4cbbe15371473f"
31
+
32
+ version "7.0.1"
33
+ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-7.0.1.tgz#29271bfdc9ac98f2f93c473a0cd82d6a043cf6e3"
34
+ integrity sha512-X/q51ZAFd0GBJyuZTOKpieyePhlNBAfYCPRi57S2BpxG6i9QjjeM+sPwzjsMmU1P6Qyt/pPpVG738mLocPvdpA==
32
35
dependencies :
33
36
tslib "^1.9.0"
34
37
35
- " @angular/core@github:angular/core-builds#7.0.x " :
36
- version "7.0.0"
37
- resolved "https://codeload.github.com/angular/core-builds/tar.gz/fda119d6dfa8d4b33dd142aa88e45db5418aada0"
38
+
39
+ version "7.0.1"
40
+ resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.0.1.tgz#42f52bf04bf88759d4f4b9e03cb9b312508233a0"
41
+ integrity sha512-u/3Xx+tIddVC1wANjK1F102uG8fQrNd4Y9nlz3vtKcnFX66b2SQlnjWd18L8FmzYtzaI44RxSWWTPQB0eTx1xw==
38
42
dependencies :
39
43
tslib "^1.9.0"
40
44
You can’t perform that action at this time.
0 commit comments