Skip to content

Commit

Permalink
Merge pull request #616 from carlosms/bblfsh-v2.12.0
Browse files Browse the repository at this point in the history
Update bblfshd to v2.12.0
  • Loading branch information
carlosms authored Apr 3, 2019
2 parents bb5d952 + 0e9f2e8 commit 176fa1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions .helm-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ analyzers:

bblfshd-sidecar:
image:
tag: v2.10.0
tag: v2.12.0
drivers:
languages:
# for js we have to lock old version due to style-analyzer
Expand All @@ -59,19 +59,22 @@ bblfshd-sidecar:
tag: v2.6.0
java:
repository: bblfsh/java-driver
tag: v2.5.0
tag: v2.6.2
bash:
repository: bblfsh/bash-driver
tag: v2.3.2
tag: v2.5.1
ruby:
repository: bblfsh/ruby-driver
tag: v2.6.0
tag: v2.9.2
go:
repository: bblfsh/go-driver
tag: v2.5.0
tag: v2.5.2
php:
repository: bblfsh/php-driver
tag: v2.6.0
tag: v2.7.3
cpp:
repository: bblfsh/cpp-driver
tag: v1.0.0
tag: v1.2.3
csharp:
repository: bblfsh/csharp-driver
tag: v1.4.2
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ ci-start-bblfsh:
@echo "running bblfsh is unsupported on mac os ci"
else
ci-start-bblfsh:
docker run -d --name bblfshd --privileged -v $(HOME)/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.11.8
docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.0
docker run -d --name bblfshd --privileged -v $(HOME)/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.12.0
docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.2
endif

.PHONY: ci-integration-dependencies
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
ports:
- "9930:9930"
bblfsh:
image: "bblfsh/bblfshd:v2.11.8-drivers"
image: "bblfsh/bblfshd:v2.12.0-drivers"
privileged: true
ports:
- "9432:9432"
Expand Down

0 comments on commit 176fa1e

Please sign in to comment.