Skip to content

Commit 44ff005

Browse files
authored
Add llvm-13-linker-tools for INTERPROCEDURAL_OPTIMIZATION
1 parent 29665c5 commit 44ff005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
5757
# Dev dependencies required by linters
5858
jq \
5959
shellcheck \
60+
# LLVM Dep needed for INTERPROCEDURAL_OPTIMIZATION
61+
llvm-13-linker-tools \
6062
&& gem install bundler \
6163
&& rm -rf /var/lib/apt/lists/*;
6264

0 commit comments

Comments
 (0)