Closed hsanson closed 3 years ago
Adding -DUSE_BUNDLED_TS=ON to DEPS_CMAKE_FLAGS seems to solve the problem and neovim 0.5 is able to compile. Also note that this flag is present in the insall_vim script in master but not in the "latest" docker image available in docker hub.
Thanks for the issue. I've quickly started looking into this, but it appears to work with Neovim master at least apparently!? (Build: https://app.travis-ci.com/github/blueyed/vim-testbed/builds/233557830, via https://github.com/Vimjas/vim-testbed/pull/78 - which currently still fails on GitHub Actions, where I will move CI to eventually (via https://github.com/Vimjas/vim-testbed/tree/ci-gha)).
Adding -DUSE_BUNDLED_TS=ON to DEPS_CMAKE_FLAGS seems to solve the problem and neovim 0.5 is able to compile. Also note that this flag is present in the insall_vim script in master but not in the "latest" docker image available in docker hub.
Do you mean DEPS_CMAKE_FLAGS
is not available in /sbin/install_vim
?
Make sure to have pulled the latest image then, since the contents appears to be the same as on the master branch for me (Digest: sha256:5a55710f70f20e6a45aa07bcf5aaac58c5545c90f7fdc1eaaf55790cf5318d78)
I will investigate further in the next days, in particular trying to test the 0.5.0 tag explicitly (since it is a new / the latest stable release).
Digest: sha256:5a55710f70f20e6a45aa07bcf5aaac58c5545c90f7fdc1eaaf55790cf5318d78
Where can I find this image? it is not found in Docker Hub as far as I can tell.
I am using this image:
Latest build is from 2 years ago and does not have the -DUSE_BUNDLED_TS=ON
configuration added to compilation flags.
The repo on Docker Hub is: https://hub.docker.com/r/testbed/vim
This issue in particular was fixed in 3852e69 already.. :)
Trying to build latest released neovim v0.5.0 results in an error:
Command used: