-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19246. Update the yasm rpm download address #6973
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
Conversation
💔 -1 overall
This message was automatically generated. |
LGTM. |
Thanks @zhengchenyu for your contribution! Thanks @slfan1989 for the review. |
do we need this for older branches? |
I didn't see this error while making 3.4.1 release, so we are good I guess. |
@mukund-thakur This error only happened when ci test with c/c++ changed. I'm not sure if it will affect the release. |
Reviewed-by: Shilun Fan <[email protected]> Signed-off-by: Tao Li <[email protected]>
Reviewed-by: Shilun Fan <[email protected]> Signed-off-by: Tao Li <[email protected]>
this does not affect release (because it only use ubuntu image), but should backport to all supported old branches |
Description of PR
JIRA: HADOOP-19246. Update the yasm rpm download address.
Some ci run failed, for example:
https://ci-hadoop.apache.org/blue/rest/organizations/jenkins/pipelines/hadoop-multibranch/branches/PR-6972/runs/1/nodes/56/steps/61/log/?start=0
Error message:
I found the yasm rpm url
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/y/yasm-1.2.0-4.el7.x86_64.rpm
is outdated.How was this patch tested?
curl
For code changes: