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