From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 5/7] test: Fix Podman build in Podman demo Date: Thu, 21 Jul 2022 14:06:35 +0200 Message-ID: <20220721120637.232914-6-sbrivio@redhat.com> In-Reply-To: <20220721120637.232914-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3793463981484813325==" --===============3793463981484813325== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --- test/demo/podman | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/demo/podman b/test/demo/podman index 540e456..7404575 100644 --- a/test/demo/podman +++ b/test/demo/podman @@ -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(a)v0.9.1 +host go mod vendor host make sleep 1 -- 2.35.1 --===============3793463981484813325==--