jinchengchenghh commented on code in PR #5969:
URL: https://github.com/apache/incubator-gluten/pull/5969#discussion_r1626808212
##########
.github/workflows/build_bundle_package.yml:
##########
@@ -53,11 +53,17 @@ jobs:
export NUM_THREADS=4
./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF
--enable_s3=OFF \
--enable_gcs=OFF --enable_hdfs=ON --enable_abfs=OFF
- - uses: actions/upload-artifact@v2
+ - name: Upload native libs
+ uses: actions/upload-artifact@v2
with:
path: ./cpp/build/releases/
name: velox-native-lib-${{github.sha}}
retention-days: 1
+ - name: Upload Artifact Arrow Jar
+ uses: actions/upload-artifact@v2
+ with:
+ path: /root/.m2/repository/org/apache/arrow/
Review Comment:
Maybe not, I tried before, but failed by cannot find jar. I don't remember
the detailed error message.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]