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

[GLUTEN-5112] Support build bundle package through github action #5056

Merged
merged 7 commits into from
Mar 26, 2024

Conversation

wangyum
Copy link
Member

@wangyum wangyum commented Mar 20, 2024

What changes were proposed in this pull request?

This PR adds a new workflow to support build bundle package through github action:
image

image

(Fixes: #5112)

How was this patch tested?

Manual tests: https://github.com/wangyum/incubator-gluten/actions/runs/8421684818

Copy link

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:

Copy link

Run Gluten Clickhouse CI

1 similar comment
Copy link

Run Gluten Clickhouse CI

@wangyum
Copy link
Member Author

wangyum commented Mar 21, 2024

Error: Failed to CreateArtifact: Unable to make request: ECONNRESET
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github

@wangyum wangyum closed this Mar 21, 2024
@wangyum wangyum deleted the GLUTEN-1 branch March 21, 2024 07:31
wangyum added 7 commits March 25, 2024 20:26
```
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
```
@wangyum wangyum restored the GLUTEN-1 branch March 25, 2024 15:06
@wangyum wangyum reopened this Mar 25, 2024
Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@wangyum wangyum changed the title [WIP] Upload build library [GLUTEN-5112] Support build bundle package through github action Mar 25, 2024
Copy link

#5112

Copy link
Contributor

@zhouyuan zhouyuan left a comment

Choose a reason for hiding this comment

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

👍

@zhouyuan zhouyuan merged commit 0d03c32 into apache:main Mar 26, 2024
32 checks passed
@zhouyuan
Copy link
Contributor

@wangyum thanks a lot for helping on this feature!

thanks,
-yuan

@wangyum wangyum deleted the GLUTEN-1 branch March 26, 2024 01:51
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.

Support build bundle package through github action
2 participants