sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

Fix the Lua build #64

Closed chrismwendt closed 6 years ago

chrismwendt commented 6 years ago

The Lua build failed due to incompatible versions of installed apk packages: https://travis-ci.org/sourcegraph/lsp-adapter/jobs/378625112

This happened because I copy-pasta'd the versions from another Dockerfile without verifying they worked 😞

This could be avoided in the future by building images on PRs too (not just master).

chrismwendt commented 6 years ago

Yes, and I should have, my apologies.