HBASE-27583 Remove -X option when building protoc check in nightly and pre commit job (#4988)
Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
This commit is contained in:
parent
ea4cb641d7
commit
5bdf264633
|
@ -733,7 +733,7 @@ function hbaseprotoc_rebuild
|
|||
# Need to run 'install' instead of 'compile' because shading plugin
|
||||
# is hooked-up to 'install'; else hbase-protocol-shaded is left with
|
||||
# half of its process done.
|
||||
modules_workers patch hbaseprotoc install -DskipTests -X -DHBasePatchProcess
|
||||
modules_workers patch hbaseprotoc install -DskipTests -DHBasePatchProcess
|
||||
|
||||
# shellcheck disable=SC2153
|
||||
until [[ $i -eq "${#MODULE[@]}" ]]; do
|
||||
|
|
Loading…
Reference in New Issue