From 06f778d4010c8b84a367545e75cbcb2b372e0e0b Mon Sep 17 00:00:00 2001 From: Antonio Jesus Navarro Perez Date: Thu, 28 Feb 2019 11:56:59 +0100 Subject: [PATCH] Remove custom bblfsh build Signed-off-by: Antonio Jesus Navarro Perez --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 3b11f6215..b8e81154a 100644 --- a/Makefile +++ b/Makefile @@ -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) @@ -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 \ No newline at end of file + -gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v