peridot/hack/non_manual_build.sh

8 lines
150 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:22:13 +00:00
$BAZEL_B $($BAZEL_QR "//... except attr(tags, 'manual', //...) except //vendor/...")