From: Oto Šťáva Date: Fri, 22 Apr 2022 05:55:20 +0000 (+0200) Subject: tests/dnstap: add missing protobuf dependency X-Git-Tag: v5.5.1~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a750d7092f8a8a79c436391087a02414b3fd0200;p=thirdparty%2Fknot-resolver.git tests/dnstap: add missing protobuf dependency --- diff --git a/tests/dnstap/src/dnstap-test/run.sh b/tests/dnstap/src/dnstap-test/run.sh index 00f48244f..2f32ea187 100755 --- a/tests/dnstap/src/dnstap-test/run.sh +++ b/tests/dnstap/src/dnstap-test/run.sh @@ -11,7 +11,7 @@ if [ -z "$GITLAB_CI" ]; then type -P go >/dev/null || exit 77 echo "Building the dnstap test and its dependencies..." # some packages may be missing on the system right now - go get github.com/{FiloSottile/gvt,cloudflare/dns,dnstap/golang-dnstap} + go get github.com/{FiloSottile/gvt,cloudflare/dns,dnstap/golang-dnstap,golang/protobuf/proto} else # In CI we've prebuilt dependencies into the default GOPATH. # We're in a scratch container, so we just add the dnstap test inside.