mirror of
https://github.com/containers/podman.git
synced 2025-09-10 06:22:21 +08:00
Use containers/conmon
There were some build issues updating cri-o to cri-o/cri-o. Since the only thing we need cri-o for is conmon, we should just build using conmon. Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
@ -16,4 +16,4 @@ build_binary:
|
||||
|
||||
clean:
|
||||
rm -fr rpms
|
||||
rm -fr cri-o
|
||||
rm -fr conmon
|
||||
|
@ -28,5 +28,5 @@ fi
|
||||
|
||||
mkdir build/
|
||||
git archive --prefix "libpod-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
|
||||
git clone https://github.com/kubernetes-incubator/cri-o
|
||||
cd cri-o && git checkout 4cd5a7c60349be0678d9f1b0657683324c1a2726 && git archive --prefix "crio/" --format "tar.gz" HEAD -o "../build/crio.tar.gz"
|
||||
git clone https://github.com/containers/conmon
|
||||
cd conmon && git checkout f02c053eb37010fc76d1e2966de7f2cb9f969ef2 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"
|
||||
|
Reference in New Issue
Block a user