Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix msgp generates code incompatible with our vendored msgp library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Nov 28, 2018
1 parent 56ca6f4 commit 84daa62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/qa/go-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ fi

go get -u golang.org/x/tools/cmd/stringer github.com/tinylib/msgp

# keep the generator tool "stuck" at a version compatible with the vendored msgp code
cd $gopath/src/github.com/tinylib/msgp
git checkout v1.0-beta
go install

go generate ./...
out=$(git status --short)
[ -z "$out" ] && echo "all good" && exit 0
Expand Down

0 comments on commit 84daa62

Please sign in to comment.