1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

test: Fix Podman build in Podman demo

For some reason, I now have to update some "vendored" dependencies
on a fresh git clone, at least in my environment, before building.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-07-21 13:58:28 +02:00
parent 506b4ede55
commit dfddfdd8f8

View File

@ -36,6 +36,8 @@ host git am 0001-libpod-Add-pasta-networking-mode.patch
sleep 1
say , and build it.
host go get github.com/pkg/errors@v0.9.1
host go mod vendor
host make
sleep 1