This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new ea96242 [chore] add set -e to download_thirdparty.sh (#7867)
ea96242 is described below
commit ea962425295264d3e6349ce76d6763a5a4a68c5e
Author: flynn <[email protected]>
AuthorDate: Thu Jan 27 10:33:08 2022 +0800
[chore] add set -e to download_thirdparty.sh (#7867)
Let the build process stop immediately if some command execute failed.
For example, patch failed due to command not found, otherwise it will stop
until compile error.
---
thirdparty/download-thirdparty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/download-thirdparty.sh
b/thirdparty/download-thirdparty.sh
index bd5f65d..ef294e7 100755
--- a/thirdparty/download-thirdparty.sh
+++ b/thirdparty/download-thirdparty.sh
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
-#set -e
+set -e
################################################################
# This script will download all thirdparties and java libraries
# which are defined in *vars.sh*, unpack patch them if necessary.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]