gorealis v2 refactor (#5)
* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
This commit is contained in:
parent
ad4dd9606e
commit
6ab5c9334d
1335 changed files with 137431 additions and 61530 deletions
7
vendor/git.apache.org/thrift.git/lib/go/Makefile.am
generated
vendored
7
vendor/git.apache.org/thrift.git/lib/go/Makefile.am
generated
vendored
|
@ -31,10 +31,13 @@ install:
|
|||
@echo '##############################################################'
|
||||
|
||||
check-local:
|
||||
$(GO) test ./thrift
|
||||
GOPATH=`pwd` $(GO) test -race ./thrift
|
||||
|
||||
clean-local:
|
||||
$(RM) -rf pkg
|
||||
|
||||
all-local:
|
||||
$(GO) build ./thrift
|
||||
GOPATH=`pwd` $(GO) build ./thrift
|
||||
|
||||
EXTRA_DIST = \
|
||||
thrift \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue