Skip to content

Commit 4552cb4

Browse files
authored
Merge pull request #714 from ajnavarro/remove-bblfsh-custom-make
Remove custom bblfsh build
2 parents 3e9fd09 + 06f778d commit 4552cb4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ $(MAKEFILE):
1616

1717
-include $(MAKEFILE)
1818

19-
# we still need to do this for windows
20-
bblfsh-client:
21-
cd vendor/gopkg.in/bblfsh/client-go.v3 && make dependencies
22-
23-
dependencies: bblfsh-client
24-
2519
upgrade:
2620
go run tools/rev-upgrade/main.go -p $(UPGRADE_PRJ) -r $(UPGRADE_REV)
2721

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

0 commit comments

Comments
 (0)