peridot/hack/non_manual_build.sh

9 lines
162 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -o errexit
set -x
2022-10-30 05:18:12 +00:00
source hack/bazel_setup.sh
$BAZEL_B $(BAZEL_QR query "//... except attr(tags, 'manual', //...) except //vendor/...")