Commit Graph

5 Commits

Author SHA1 Message Date
Valentin Rothberg 095aded91c go fmt: use go 1.18 conditional-build syntax
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-03-18 11:04:40 +01:00
Daniel J Walsh 5baa5d66c5 Fix build failure on Podman vendor
Basically Windows build is failing when hitting unix contants in
cgroups.

[NO NEW TESTS ADDED] Just shifting code around.

Added build-cross to cirrus tests, which looks like it was not being
run.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-12-14 14:43:47 -05:00
Daniel J Walsh e0c3749251 Move pkg/cgroups into common to be shared with buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-12-03 13:13:43 -05:00
Giuseppe Scrivano 990e0fc7c3 pkg/cgroups: delete it
at the moment the cgroups package is used only by Podman and by CRI-O
(that is already vendoring libpod).  So let's simplify and not have a
duplicate here.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-01-09 08:45:00 +01:00
Qi Wang aab667743b move cgroups pkg from libpod
move cgroups package from libpod so can be shared by Buildah and Podman.

Signed-off-by: Qi Wang <qiwan@redhat.com>
2019-12-05 12:09:11 -05:00