-
Notifications
You must be signed in to change notification settings - Fork 317
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 CentOS 7 Build by Checking if FSOPEN_CLOEXEC exists #1299
Conversation
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.9.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.9-1.spec mv ../crun*1.9*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.9/ rm -rf ../crun*1.9*.* See containers#1299 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
@giuseppe perfect! Build for CentOS 7 now get passed, see https://build.opensuse.org/package/live_build_log/home:alvistack/containers-crun-1.9/CentOS_7/x86_64 |
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
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
could you run |
3ed99c0
to
0643c7e
Compare
DONE |
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.9.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.9-1.spec mv ../crun*1.9*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.9/ rm -rf ../crun*1.9*.* See containers#1299 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
still broken. If you allow changes from maintainers I can fix it up and push a new version |
@giuseppe my PR just copy and paste your progress, so simplify for my OBS packaging pipeline and change history. Maybe I could close this PR, so as original author for the changes you could handle that freely? |
See containers#1298 (comment) Fixes containers#1298 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
git clean -xdf git submodule sync --recursive git submodule update --recursive git submodule foreach --recursive git clean -xdf tar zcvf ../crun_1.9.orig.tar.gz --exclude=.git . debuild -uc -us cp crun.spec ../crun_1.9-1.spec mv ../crun*1.9*.{gz,xz,spec,dsc} /osc/home\:alvistack/containers-crun-1.9/ rm -rf ../crun*1.9*.* See containers#1299 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
0643c7e
to
8645d1a
Compare
Ok I try to handle |
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
See #1298 (comment)
Fixes #1298