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

ORC-1344: Skip SBOM generation during CMake #1354

Closed
wants to merge 3 commits into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 7, 2023

What changes were proposed in this pull request?

This PR aims to skip SBOM generation during CMake.
In the community, Apache ORC release and GitHub Action publishing job uses mvnw directly.

Why are the changes needed?

During testing, we don't need SBOM.
Only snapshot CI job requires to publish SBOM.

How was this patch tested?

Manually check the log of GitHub Action jobs in this PR.

@github-actions github-actions bot added the INFRA label Jan 7, 2023
@dongjoon-hyun dongjoon-hyun marked this pull request as draft January 7, 2023 03:21
@github-actions github-actions bot added the JAVA label Jan 9, 2023
@dongjoon-hyun dongjoon-hyun changed the title ORC-1344: Skip SBOM generation in GitHub Action test CIs ORC-1344: Skip SBOM generation during CMake Jan 9, 2023
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review January 9, 2023 04:53
@dongjoon-hyun
Copy link
Member Author

cc @williamhyun

Copy link
Member

@williamhyun williamhyun left a comment

Choose a reason for hiding this comment

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

+1 LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you, @williamhyun . Merged to main/1.8/1.7.

dongjoon-hyun added a commit that referenced this pull request Jan 9, 2023
### What changes were proposed in this pull request?

This PR aims to skip `SBOM` generation during CMake.
In the community, Apache ORC release and GitHub Action publishing job uses `mvnw` directly.

### Why are the changes needed?

During testing, we don't need SBOM.
Only snapshot CI job requires to publish SBOM.

### How was this patch tested?

Manually check the log of GitHub Action jobs in this PR.

Closes #1354 from dongjoon-hyun/ORC-1344.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 046a03f)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun added a commit that referenced this pull request Jan 9, 2023
### What changes were proposed in this pull request?

This PR aims to skip `SBOM` generation during CMake.
In the community, Apache ORC release and GitHub Action publishing job uses `mvnw` directly.

### Why are the changes needed?

During testing, we don't need SBOM.
Only snapshot CI job requires to publish SBOM.

### How was this patch tested?

Manually check the log of GitHub Action jobs in this PR.

Closes #1354 from dongjoon-hyun/ORC-1344.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 046a03f)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun deleted the ORC-1344 branch January 9, 2023 06:21
@dongjoon-hyun dongjoon-hyun added this to the 1.7.8 milestone Jan 9, 2023
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
### What changes were proposed in this pull request?

This PR aims to skip `SBOM` generation during CMake.
In the community, Apache ORC release and GitHub Action publishing job uses `mvnw` directly.

### Why are the changes needed?

During testing, we don't need SBOM.
Only snapshot CI job requires to publish SBOM.

### How was this patch tested?

Manually check the log of GitHub Action jobs in this PR.

Closes apache#1354 from dongjoon-hyun/ORC-1344.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants