Skip to content

Commit f59ddfe

Browse files
committed
Add qemu user static as build lib
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 57781f9 commit f59ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function get-version() {
6565

6666
function install-lib() {
6767
apt-get update
68-
apt-get install -y libsystemd-dev
68+
apt-get install -y libsystemd-dev qemu-user-static
6969
# Turn off go modules here, because we are not trying to install
7070
# ginkgo library/module. We are trying to install the ginkgo executable.
7171
GO111MODULE=off go get -v github.com/onsi/ginkgo/ginkgo

0 commit comments

Comments
 (0)