File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments