Skip to content
Snippets Groups Projects
Commit 370463cd authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1287: tests/dnstap: add missing protobuf dependency

parents aa91912c a750d709
No related branches found
No related tags found
2 merge requests!1327Update manager branch with the newest changes from master,!1287tests/dnstap: add missing protobuf dependency
Pipeline #99172 failed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment