From 9d5b0621ea988d295fd722e4237fab32a12cfc9f Mon Sep 17 00:00:00 2001 From: Jerry Marino Date: Wed, 9 Aug 2023 18:26:56 -0700 Subject: [PATCH] Remove clutter from github actions This line breaks github actions UI and dumps useless output --- .bazelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 35b6f4b8f..c0dbed925 100644 --- a/.bazelrc +++ b/.bazelrc @@ -80,7 +80,6 @@ common:ci --show_progress_rate_limit=15.0 build:ci --progress_report_interval=60 # enable more verbose logging build:ci --verbose_failures -build:ci --subcommands # ci setup for tests, tend to be more flaky on github actions build:ci --jobs=4 # allow extra time for simulators to boot