Skip to content

Commit

Permalink
tests: use Vim v8.1.0129 to work around Vim bug
Browse files Browse the repository at this point in the history
This works around a segfault with profiling.

Ref: vim/vim@ad64809#commitcomment-29790223
  • Loading branch information
blueyed committed Jul 24, 2018
1 parent 64306e4 commit 0a9b6e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
common: &common
working_directory: ~/repo
docker:
- image: blueyed/vim-python-pep8-indent-vims-for-test:2@sha256:a7be5f4d07ed361ce3ca78cedd413d67d583f96ab0a59feb512af89052c50172
- image: blueyed/vim-python-pep8-indent-vims-for-test:3@sha256:e7e3c4f4b021954a40f2f1d88dc470f119dc65603c63724d1c58cbe437fdc2d4

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -2,10 +2,10 @@ FROM testbed/vim:latest

RUN apk --no-cache add gtk+2.0-dev libx11-dev libxt-dev mcookie xauth xvfb
# NOTE: +profile needs huge features.
RUN install_vim -tag master --with-features=huge \
RUN install_vim -tag v8.1.0129 -name vim --with-features=huge \
--disable-channel --disable-netbeans --disable-xim \
--enable-gui=gtk2 --with-x -build
RUN ln -s /vim-build/bin/vim-master /usr/bin/gvim
RUN ln -s /vim-build/bin/vim /usr/bin/gvim
RUN gvim --version

# Install covimerage and vint.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ test:

# Run tests in dockerized Vims.
DOCKER_REPO:=blueyed/vim-python-pep8-indent-vims-for-test
DOCKER_TAG:=2
DOCKER_TAG:=3
DOCKER_IMAGE:=$(DOCKER_REPO):$(DOCKER_TAG)

docker_image:
Expand Down

0 comments on commit 0a9b6e2

Please sign in to comment.