This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d14fcf487c5 [fix](hive docker)Unknown `--reserve-port` flags (#47352) d14fcf487c5 is described below commit d14fcf487c5bd1f441b9df554265fccc23e296df Author: Thearas <gaozif...@selectdb.com> AuthorDate: Thu Jan 23 17:21:05 2025 +0900 [fix](hive docker)Unknown `--reserve-port` flags (#47352) ### What problem does this PR solve? Problem Summary: Bash `getopt` raise an error on linux, macOS works fine. --- docker/thirdparties/run-thirdparties-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/thirdparties/run-thirdparties-docker.sh b/docker/thirdparties/run-thirdparties-docker.sh index 1c01fcbc862..07195adf4a6 100755 --- a/docker/thirdparties/run-thirdparties-docker.sh +++ b/docker/thirdparties/run-thirdparties-docker.sh @@ -52,6 +52,7 @@ if ! OPTS="$(getopt \ -o '' \ -l 'help' \ -l 'stop' \ + -l 'reserve-ports' \ -o 'hc:' \ -- "$@")"; then usage --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org