Browse Source

vegeta: fix build failure

build-on-device
Leonid Plyushch 5 years ago
parent
commit
499725e676
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/vegeta/build.sh

1
packages/vegeta/build.sh

@ -14,7 +14,6 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/tsenart/vegeta ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/tsenart/vegeta
cd "$GOPATH"/src/github.com/tsenart/vegeta cd "$GOPATH"/src/github.com/tsenart/vegeta
go get -d -v github.com/tsenart/vegeta
go build go build
} }

Loading…
Cancel
Save