This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 d7e62e3 [Bug] Fix that build thirdparty of parallel-hashmap-1.33
failed on ubuntu18.04 (#6033)
d7e62e3 is described below
commit d7e62e361f5db73fead69ab7c35c6280e77ebc54
Author: caiconghui <[email protected]>
AuthorDate: Thu Jun 17 14:45:34 2021 +0800
[Bug] Fix that build thirdparty of parallel-hashmap-1.33 failed on
ubuntu18.04 (#6033)
Co-authored-by: caiconghui <[email protected]>
---
thirdparty/build-thirdparty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index d3ebc10..4afa6a9 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -733,7 +733,7 @@ build_fmt() {
build_parallel_hashmap() {
check_if_source_exist $PARALLEL_HASHMAP_SOURCE
cd $TP_SOURCE_DIR/$PARALLEL_HASHMAP_SOURCE
- cp -r parallel_hashmap ../../../installed/include/
+ cp -r parallel_hashmap $TP_INSTALL_DIR/include/
}
#orc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]