Skip to content

Commit

Permalink
Merge pull request #714 from ajnavarro/remove-bblfsh-custom-make
Browse files Browse the repository at this point in the history
Remove custom bblfsh build
  • Loading branch information
ajnavarro authored Feb 28, 2019
2 parents 3e9fd09 + 06f778d commit 4552cb4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ $(MAKEFILE):

-include $(MAKEFILE)

# we still need to do this for windows
bblfsh-client:
cd vendor/gopkg.in/bblfsh/client-go.v3 && make dependencies

dependencies: bblfsh-client

upgrade:
go run tools/rev-upgrade/main.go -p $(UPGRADE_PRJ) -r $(UPGRADE_REV)

Expand All @@ -46,4 +40,4 @@ ci-e2e: packages
go test ./e2e -gitbase-version="$(TRAVIS_TAG)" \
-must-run \
-gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \
-gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
-gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v

0 comments on commit 4552cb4

Please sign in to comment.