Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 87f3f5b

Browse files
committed
Build material before running bazel test to squeeze into memory constraint
1 parent 6eb8125 commit 87f3f5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
# to reproduce a failure.
5858
- run: bazel info release
5959

60+
# Workaround to avoid running out of memory:
61+
# build some big dependencies in their own bazel invocation
62+
- run: bazel build @angular_material//src/lib:material
63+
6064
# Build and Test
6165
- run: bazel test //...
6266

0 commit comments

Comments
 (0)