mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Add a dummy flag to fix buildbot failure
BUG=chrome-os-partner:5177 TEST=./build_image -h | grep crosbug12352_arm_kernel_signing Change-Id: Id61889f4e16ed7e4e774c00c3cb886811c5ccfd7 Reviewed-on: http://gerrit.chromium.org/gerrit/4805 Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org>
This commit is contained in:
parent
e51bdf284c
commit
611d5b7b0a
@ -74,6 +74,10 @@ DEFINE_string verity_algorithm "sha1" \
|
||||
DEFINE_boolean standard_backdoor ${FLAGS_TRUE} \
|
||||
"Install standard backdoor credentials for testing"
|
||||
|
||||
# TODO(clchiou): Remove this flag after buildbot is fixed
|
||||
DEFINE_boolean crosbug12352_arm_kernel_signing ${FLAGS_TRUE} \
|
||||
"A dummy this flag for preventing buildbot fail"
|
||||
|
||||
# Parse command line.
|
||||
FLAGS "$@" || exit 1
|
||||
eval set -- "${FLAGS_ARGV}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user