X Tutup
Skip to content

Commit dd4629a

Browse files
committed
Try and stop bazel being so aggressive with jobs
1 parent bc76e5a commit dd4629a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_install:
4242
- echo "test --ram_utilization_factor=10" >> .bazelrc
4343
- echo "startup --batch" >> .bazelrc
4444
- echo "build --spawn_strategy=standalone --genrule_strategy=standalone" >> .bazelrc
45+
- echo "build --jobs" >> .bazelrc
4546
- echo "build --local_resources 2048,.5,1.0" >> .bazelrc
4647
- export BAZELRC="$(pwd)/.bazelrc"
4748

0 commit comments

Comments
 (0)
X Tutup