Skip to content

Commit 31d0cb6

Browse files
committed
tools/docker/syzbot: set llvm-link as an alias for llvm-link-21
Fixes a build error for android-6.12 where llvm-link is not found.
1 parent 88c3800 commit 31d0cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/docker/syzbot/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN sudo update-alternatives --install /usr/bin/llvm-objdump llvm-objdump /usr/b
5454
RUN sudo update-alternatives --install /usr/bin/llvm-addr2line llvm-addr2line /usr/bin/llvm-addr2line-21 100
5555
RUN sudo update-alternatives --install /usr/bin/llvm-readelf llvm-readelf /usr/bin/llvm-readelf-21 100
5656
RUN sudo update-alternatives --install /usr/bin/llvm-strip llvm-strip /usr/bin/llvm-strip-21 100
57+
RUN sudo update-alternatives --install /usr/bin/llvm-link llvm-link /usr/bin/llvm-link-21 100
5758

5859
# Also install clang-15 to keep bisections alive.
5960
RUN echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/llvm-snapshot.gpg] http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-15 main" | sudo tee /etc/apt/sources.list.d/llvm-bookworm-15.list

0 commit comments

Comments
 (0)