Skip to content

Commit

Permalink
HBASE-27583 Remove -X option when building protoc check in nightly an…
Browse files Browse the repository at this point in the history
…d pre commit job (#4988)

Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
(cherry picked from commit 5bdf264)
  • Loading branch information
Apache9 committed Jan 24, 2023
1 parent 0bb2245 commit 5395add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5395add

Please sign in to comment.