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

build: Add build package workflow #1049

Closed
wants to merge 2 commits into from
Closed

Conversation

wangyum
Copy link
Member

@wangyum wangyum commented Nov 3, 2024

What changes are included in this PR?

This PR adds build package workflow. Because some developers' development machines and running machines have different operating systems. After this PR, developers only need to choose the operating system they are running on the github action to build.

How are these changes tested?

Tested through github action:
image

https://github.com/wangyum/datafusion-comet/actions/runs/11649182523

.github/workflows/build_package.yml Outdated Show resolved Hide resolved
- name: Build Comet
run: make release PROFILES="${{ github.event.inputs.profiles }}"

- name: Upload Artifact
Copy link
Contributor

Choose a reason for hiding this comment

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

If this is for a quick way to start tests manually, wondering if we should upload?

Copy link
Member Author

Choose a reason for hiding this comment

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

Upload is needed here, then we can download artifacts through summary:
https://github.com/wangyum/datafusion-comet/actions/runs/11649182523
image

Copy link
Contributor

Choose a reason for hiding this comment

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

Got it. Are there cost implications associated with this? I would other reviewers for this point
At least do we need something like

          retention-days: 1
          overwrite: true

@wangyum wangyum closed this Nov 14, 2024
@wangyum wangyum deleted the build-package branch November 14, 2024 08:47
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.

2 participants