Skip to content

Commit df986d3

Browse files
authored
Merge pull request #318 from carlosms/bblfshd-2.9
Update to bblfsh 2.9, use -drivers image
2 parents 3e90007 + 3804148 commit df986d3

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
script: make test-coverage codecov
3434
- name: 'SDK Integration Tests Linux'
3535
script:
36-
- docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.7.2
37-
- docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver:v2.2.0
36+
- docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.9.0
37+
- docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.2.0
3838
- make test-sdk
3939
- name: 'SDK Integration Tests macOS'
4040
if: NOT type = pull_request

docker-compose.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,10 @@ services:
2323
ports:
2424
- "10302:10302"
2525
bblfsh:
26-
image: "bblfsh/bblfshd:v2.7.2"
26+
image: "bblfsh/bblfshd:v2.9.0-drivers"
2727
privileged: true
2828
ports:
2929
- "9432:9432"
30-
volumes:
31-
- type: volume
32-
source: drivers
33-
target: /var/lib/bblfshd
34-
entrypoint: ["/bin/sh"]
35-
command:
36-
- "-c"
37-
- "bblfshd & sleep 1 && bblfshctl driver install --recommended && tail -f /dev/null"
3830
postgres:
3931
image: "postgres:alpine"
4032
restart: always
@@ -43,5 +35,3 @@ services:
4335
environment:
4436
POSTGRES_PASSWORD: postgres
4537
POSTGRES_DB: lookout
46-
volumes:
47-
drivers:

0 commit comments

Comments
 (0)