RBM build fails with runc version 1.01
RBM build fails with latest runc version (1.0.1)
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
I think the latest version is not supported because of the differences in the spec. What's the exact error?
EDIT: Specifically, I think we will need to update
projects/common/runc-config.json
to matchhttps://github.com/opencontainers/runtime-spec/blob/master/config.md
.Patch with the newest runc version string:
https://gitweb.torproject.org/user/richard/tor-browser-build.git/commit/?h=bug_27020
Trac:
Status: assigned to needs_review
Cc: N/A to boklmReplying to pospeselr:
Patch with the newest runc version string:
https://gitweb.torproject.org/user/richard/tor-browser-build.git/commit/?h=bug_27020
Some comments about the patch:
- there is a typo in the commit message: currenetly
- we should add
\
before the dots in1.0.1
- maybe we should match
1\.0\.\d
so that we don't need to update it when there is a version1.0.2
. - we should also update the comment that currently says
runc_spec100 is true if runc spec is exactly 1.0.0
Trac:
Status: needs_review to needs_revisionUpdated patch to set the flag for versions greater than 1.0.0:
https://gitweb.torproject.org/user/richard/tor-browser-build.git/commit/?h=bug_27020
Trac:
Status: needs_revision to needs_reviewReplying to pospeselr:
Updated patch to set the flag for versions greater than 1.0.0:
https://gitweb.torproject.org/user/richard/tor-browser-build.git/commit/?h=bug_27020
Thanks. I squashed the two commits and pushed that to master as commit
3960ad5d91701ef9b22e57eef8532e7a2e19b9db
.Trac:
Status: needs_review to closed
Resolution: N/A to fixed- Trac closed
closed