Skip to content

Commit

Permalink
bazel: limit resources in CI
Browse files Browse the repository at this point in the history
Builds are timing out, eg:

https://travis-ci.org/whilp/dotfiles/builds/438142354

Perhaps this is because bazel's estimates for available resources
aren't super when running in docker.

bazelbuild/bazel#3645
bazelbuild/bazel#2946
  • Loading branch information
whilp committed Oct 7, 2018
1 parent e8a22a6 commit ae93ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build --show_progress --show_loading_progress --show_progress_rate_limit=60.0

build:check --all_incompatible_changes

build:ci --local_resources=14336,8.0,1.0
build:ci --genrule_strategy=standalone
build:ci --sandbox_debug
build:ci --spawn_strategy=standalone
Expand Down

0 comments on commit ae93ca3

Please sign in to comment.