drop bazel from make verify QUICK=true

it's faster than ever, but also more pointless than ever. most future development has no need to run this
This commit is contained in:
Benjamin Elder 2021-03-07 13:03:17 -08:00
parent ac02163991
commit f32bfe10b7

View File

@ -72,12 +72,10 @@ if [[ ${EXCLUDE_READONLY_PACKAGE:-} =~ ^[yY]$ ]]; then
)
fi
# Only run whitelisted fast checks in quick mode.
# These run in <10s each on enisoc's workstation, assuming that
# `make` had already been run.
# Only run known fast checks in quick mode.
# These ideally run in less than 10s.
QUICK_PATTERNS+=(
"verify-api-groups.sh"
"verify-bazel.sh"
"verify-boilerplate.sh"
"verify-external-dependencies-version.sh"
"verify-vendor-licenses.sh"