-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix(22.04): fix arch specific paths for openjdk-8 #149
fix(22.04): fix arch specific paths for openjdk-8 #149
Conversation
c2691db
to
087970c
Compare
P.S. @rebornplusplus we need to start skipping in these cases as this is a false positive. |
Same as comment as #149 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
P.S. @rebornplusplus we need to start skipping in these cases as this is a false positive.
Raised #151.
@linostar could you please have a look? Note that the failure is expected cause the pkg doesn't exist for that arch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Certain paths were not valid for all architectures. This PR adds the arch-specific constraints.
@vpa1977 can you pls double check if it makes sense?