diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-07-21 13:58:28 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-22 19:41:42 +0200 |
commit | dfddfdd8f839f21970480e68d89a05f9cf85bc93 (patch) | |
tree | e63501254f8fcd86aef80a1ea08a6ec44ad5945d /test/demo | |
parent | 506b4ede559a07b35177322f57bc8c3f13b44794 (diff) | |
download | passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar.gz passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar.bz2 passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar.lz passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar.xz passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.tar.zst passt-dfddfdd8f839f21970480e68d89a05f9cf85bc93.zip |
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>
Diffstat (limited to 'test/demo')
-rw-r--r-- | test/demo/podman | 2 |
1 files changed, 2 insertions, 0 deletions
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@v0.9.1 +host go mod vendor host make sleep 1 |