Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VL] Fix build package script on GHA #5969

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

zhouyuan
Copy link
Contributor

@zhouyuan zhouyuan commented Jun 4, 2024

What changes were proposed in this pull request?

This patch fixes the build package script by 1) adding the arrow jar 2) use the latest docker image

How was this patch tested?

local verified

Copy link

github-actions bot commented Jun 4, 2024

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

zhztheplayer
zhztheplayer previously approved these changes Jun 4, 2024
- name: Upload Artifact Arrow Jar
uses: actions/upload-artifact@v2
with:
path: /root/.m2/repository/org/apache/arrow/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jinchengchenghh Would you please confirm whether we could replace this line with 2 explicit gluten jars? E.g.,

path: |
    /root/.m2/repository/org/apache/arrow/.../arrow-dataset-<version>.jar
    /root/.m2/repository/org/apache/arrow/.../arrow-cdata-<version>.jar

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not, I tried before, but failed by cannot find jar. I don't remember the detailed error message.

@zhouyuan zhouyuan merged commit 812e976 into apache:main Jun 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants