Skip to content

Commit

Permalink
chore: enable specification of threads to be used for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Aug 6, 2024
1 parent 7584214 commit 3c231b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_linter
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ARG DEPENDENCY_IMAGE=ghcr.io/genspectrum/lapis-silo-linter-dependencies:latest

FROM $DEPENDENCY_IMAGE AS linter
ARG THREADS=4

WORKDIR /src

COPY . ./

RUN python3 ./build_with_conan.py --parallel 4 --build_with_clang_tidy
RUN python3 ./build_with_conan.py --parallel $THREADS --build_with_clang_tidy

0 comments on commit 3c231b1

Please sign in to comment.