Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lld-18
Browse files Browse the repository at this point in the history
segoon committed Jan 31, 2025
1 parent 32ca629 commit abcccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/ubuntu-24.04-userver.dockerfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ ENV COMPILER=$COMPILER
COPY scripts/select-compiler.sh /userver_tmp/

RUN if [ "$COMPILER" = clang ]; then \
apt install -y clang-18; \
apt install -y clang-18 lld-18; \
fi

RUN git clone https://github.com/userver-framework/userver \

0 comments on commit abcccee

Please sign in to comment.