sourcegraph / lsif-clang

Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
https://lsif.dev/
35 stars 8 forks source link

Added DEBIAN_FRONTEND=noninteractive to Dockerfile and clang-10 to packages installed #36

Closed Strum355 closed 3 years ago

Strum355 commented 3 years ago

Majority of autoindex cases required clang-10 to be installed, even though lsif-clang uses libllvm, to please cmake. each autoindex config specifies DEBIAN_FRONTEND=noninteractive, so we might as well hardbake it into the image