ORC-1174: Add Ubuntu 22.04 to GitHub Action#1121
Merged
williamhyun merged 3 commits intoapache:mainfrom May 19, 2022
Merged
Conversation
Member
Author
|
I didn't see this failure on my local Ubuntu 22.04. |
Member
Author
|
Could you review this, @guiyanakuang and @williamhyun ? |
Ubuntu 22.04 to GitHub Action
Member
Author
|
Also, cc @prasanthj |
Member
|
+1, LGTM from my side. |
Member
Author
|
Thank you, @guiyanakuang and @williamhyun ! |
dongjoon-hyun
added a commit
that referenced
this pull request
May 19, 2022
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR. (cherry picked from commit 098b2fe) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun
added a commit
to dongjoon-hyun/orc
that referenced
this pull request
May 19, 2022
### What changes were proposed in this pull request? This PR aims to add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR. (cherry picked from commit 098b2fe) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit c1d5ca8) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
For branch-1.7, I made the following backporting PR. |
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 add `Ubuntu 22.04` to GitHub Action. ### Why are the changes needed? This will help the verification on the latest release. Although [GitHub Action Virtual Environments](https://github.com/actions/virtual-environments) don't support `Ubuntu 22.04` officially yet, `Ubuntu 22.04` is available as `Public Beta`. - actions/runner-images#5490 ### How was this patch tested? Pass the GitHub Action on this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to add
Ubuntu 22.04to GitHub Action.Why are the changes needed?
This will help the verification on the latest release.
Although GitHub Action Virtual Environments don't support
Ubuntu 22.04officially yet,Ubuntu 22.04is available asPublic Beta.How was this patch tested?
Pass the GitHub Action on this PR.