zhouyifan279 commented on code in PR #6449:
URL: https://github.com/apache/kyuubi/pull/6449#discussion_r1634078380


##########
.github/workflows/gluten.yml:
##########
@@ -64,6 +68,18 @@ jobs:
             git clone https://github.com/oap-project/gluten.git
             cd gluten
             ./dev/buildbundle-veloxbe.sh
+            THIRDPARTY_LIB="./package/target/thirdparty-lib"
+            LINUX_OS=$(. /etc/os-release && echo ${ID})
+            VERSION=$(. /etc/os-release && echo ${VERSION_ID})
+            ARCH=`uname -m`
+            mkdir -p $THIRDPARTY_LIB
+            cp 
/usr/lib/${ARCH}-linux-gnu/{libre2.so.9,libdouble-conversion.so.3,libidn.so.12,\

Review Comment:
   Build and test are run in different vm. Libraries only exists in build vm.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to