Skip to content

Commit f7f5895

Browse files
User LLVM_VER everywhere and add github code owner
1 parent 150f4ce commit f7f5895

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @raghav-deepsource @srijan-deepsource @swarnim-deepsource @prajwal-deepsource

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG LLVM_VER=15
1414
RUN wget --no-verbose https://apt.llvm.org/llvm.sh
1515
RUN chmod +x ./llvm.sh \
1616
&& ./llvm.sh ${LLVM_VER} \
17-
&& apt-get -y install libclang-15-dev libclang-cpp15-dev --no-install-recommends \
17+
&& apt-get -y install libclang-${LLVM_VER}-dev libclang-cpp${LLVM_VER}-dev --no-install-recommends \
1818
&& apt-get clean \
1919
&& rm -rf /var/lib/apt/lists/*
2020

OWNERS

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)