-
Notifications
You must be signed in to change notification settings - Fork 783
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
Add some NetBSD support #5559
Add some NetBSD support #5559
Conversation
Signed-off-by: Maya Rashish <maya@NetBSD.org>
If it's linux, darwin, and a BSD, it might be easier to write it this way. Intended to add support for NetBSD. Signed-off-by: Maya Rashish <maya@NetBSD.org>
No CLOCK_UPTIME on netbsd, we have to use a sysctl. Signed-off-by: Maya Rashish <maya@NetBSD.org>
LGTM |
You should modify the Makefile to build netbsd to make sure no regressions get added to Buildah.
|
@dfr PTAL |
LGTM |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: coypoop, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I've been using podman on NetBSD, which uses some buildah code as a dependency.
I will note that buildah itself is not working (aside from building with the
buildah
target after these changes), but it would be nice not to have to patch the vendored buildah code in podman./kind other