peridot/hack/non_manual_build.sh

8 lines
156 B
Bash
Raw Normal View History

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