Skip to content

Commit

Permalink
feat(build): include a custom bazelrc for cloud builder (#4897)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahms committed Apr 22, 2021
1 parent 0ebe191 commit b0c64e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kythe/release/cloudbuild/bazelisk-builder-client/Dockerfile
Expand Up @@ -42,3 +42,5 @@ RUN curl -s https://api.github.com/repos/bazelbuild/bazelisk/releases/latest \

# Add the wrapper script for USE_BAZEL_VERSION=min support.
ADD bazel /usr/bin/bazel
# Use a custom system bazelrc file as well.
ADD bazelrc /etc/bazel.bazelrc
3 changes: 3 additions & 0 deletions kythe/release/cloudbuild/bazelisk-builder-client/bazelrc
@@ -0,0 +1,3 @@
build --noshow_loading_progress
test --test_output=errors --test_summary=terse --test_verbose_timeout_warnings
test --test_tag_filters=-flaky

0 comments on commit b0c64e1

Please sign in to comment.