We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150f4ce commit f7f5895Copy full SHA for f7f5895
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @raghav-deepsource @srijan-deepsource @swarnim-deepsource @prajwal-deepsource
Dockerfile
@@ -14,7 +14,7 @@ ARG LLVM_VER=15
14
RUN wget --no-verbose https://apt.llvm.org/llvm.sh
15
RUN chmod +x ./llvm.sh \
16
&& ./llvm.sh ${LLVM_VER} \
17
- && apt-get -y install libclang-15-dev libclang-cpp15-dev --no-install-recommends \
+ && apt-get -y install libclang-${LLVM_VER}-dev libclang-cpp${LLVM_VER}-dev --no-install-recommends \
18
&& apt-get clean \
19
&& rm -rf /var/lib/apt/lists/*
20
OWNERS
0 commit comments