File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,13 @@ RUN apt-get install -y -q gnupg software-properties-common apt-transport-https
9292RUN curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
9393RUN add-apt-repository "deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-15 main"
9494RUN apt-get update --allow-releaseinfo-change
95- RUN apt-get install -y -q --no-install-recommends clang-15 clang-format-15 clang-tidy-15
95+ RUN apt-get install -y -q --no-install-recommends clang-15 clang-format-15 clang-tidy-15 lld-15
9696RUN apt-get install -y -q --no-install-recommends flatbuffers-compiler
9797RUN sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 100
9898RUN sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 100
9999RUN sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-15 100
100100RUN sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 100
101+ RUN sudo update-alternatives --install /usr/bin/ld.lld ld.lld /usr/bin/lld-15 100
101102RUN apt autoremove -y -q
102103
103104# Install the Spanner emulator.
You can’t perform that action at this time.
0 commit comments