Skip to content

Commit

Permalink
Update llvm.sh arguments (#1141)
Browse files Browse the repository at this point in the history
Recent changes in this script have stopped accepting individual package names. It's either default set or `all`.

Runtime builds started failing after dotnet/versions@e470ef2.

Fixes dotnet/runtime#105176.
  • Loading branch information
am11 authored Jul 22, 2024
1 parent 8d5feda commit 25f4520
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/ubuntu/22.04/crossdeps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ RUN apt-get update \

# install llvm-toolchain using official script
RUN wget -O- https://apt.llvm.org/llvm.sh | bash -s -- 18 \
clang \
clang-tools \
liblldb-dev \
lld \
lldb \
llvm \
python3-lldb \
&& apt-get install -y \
clang-tools-18 \
liblldb-18-dev \
llvm-18 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 25f4520

Please sign in to comment.