Skip to content

Commit

Permalink
Merge pull request #633 from carlosms/bblfshd-v2.12.1
Browse files Browse the repository at this point in the history
Update bblfshd to v2.12.1
  • Loading branch information
carlosms authored Apr 19, 2019
2 parents 9891f25 + a6340f6 commit a055105
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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.12.0
tag: v2.12.1
drivers:
languages:
# for js we have to lock old version due to style-analyzer
Expand All @@ -56,25 +56,25 @@ bblfshd-sidecar:
# for the rest we can use latest
python:
repository: bblfsh/python-driver
tag: v2.8.2
tag: v2.8.3
cpp:
repository: bblfsh/cpp-driver
tag: v1.2.3
tag: v1.2.4
java:
repository: bblfsh/java-driver
tag: v2.6.2
tag: v2.6.3
bash:
repository: bblfsh/bash-driver
tag: v2.5.1
tag: v2.5.2
ruby:
repository: bblfsh/ruby-driver
tag: v2.9.2
go:
repository: bblfsh/go-driver
tag: v2.5.2
tag: v2.5.3
csharp:
repository: bblfsh/csharp-driver
tag: v1.4.2
tag: v1.4.3
php:
repository: bblfsh/php-driver
tag: v2.7.3
tag: v2.7.4
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.12.0
docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.2
docker run -d --name bblfshd --privileged -v $(HOME)/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.12.1
docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.5.3
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.12.0-drivers"
image: "bblfsh/bblfshd:v2.12.1-drivers"
privileged: true
ports:
- "9432:9432"
Expand Down

0 comments on commit a055105

Please sign in to comment.