-
Notifications
You must be signed in to change notification settings - Fork 247
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
Update to F34 and U2104 #886
Conversation
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.
Hm, looks like that there are still build issues:
[+0140s] pkg/archive/archive_ffjson.go:13:2: imported and not used: "io/fs"
[+0140s] pkg/archive/archive_ffjson.go:1652:17: fs.FileMode undefined (type *v1.FFLexer has no field or method FileMode)
Ya, and specific to F34 (somehow...maybe since it's go 1.16?). I have no idea how to fix 😢 |
(rebased / force-pushed) |
@rhatdan do you know what's breaking / needs fixing? Vendoring problem in Fedora? Did |
|
Oof. I tried re-vendoring ffjson to the latest available, but still get the error. This only happens on F34 (golang 1.16) and not Ubuntu 2104 (golang 1.15.11). So I suspect it's a problem with the newwer golang version. I will attempt to report this problem upstream, but the project doesn't appear to be very active 😢 |
Opened pquerna/ffjson#262 |
Team discussion notes:
|
Force-pushed after rebasing onto #889 |
rebased onto master |
Looks like this needs @nalind PR for pattern matching. |
rebased onto master |
Oh okay it's passing now. Seems like maybe I simply need to disable |
Also modernize main library to resemble what's used in other containers-org repositories. Lastly, update hack/get_ci_vm.sh to use the new shared container image. Signed-off-by: Chris Evich <[email protected]>
Signed-off-by: Chris Evich <[email protected]>
rebased + dropped testing of AUFS in the latest Ubuntu. |
LGTM |
@rhatdan that's my guess. In the prior run, that's the error message given. |
@nalind @vrothberg @saschagrunert We should consider dropping support for AUFS if ubuntu has dropped it. |
Also modernize main library to resemble what's used in other
containers-org repositories. Lastly, update hack/get_ci_vm.sh to use
the new shared container image.
Signed-off-by: Chris Evich [email protected]