Skip to content

Commit

Permalink
Install llvm.sh script dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bader authored Dec 19, 2024
1 parent 711d3b9 commit 513c51f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/hipsycl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ FROM khronosgroup/sycl-cts-ci:common
ARG IMPL_VERSION
RUN test -n "$IMPL_VERSION" || ( echo "Error: IMPL_VERSION is not set"; exit 1 )

RUN apt update && \
apt install -y --no-install-recommends \
lsb-release \
software-properties-common \
gnupg

RUN wget https://apt.llvm.org/llvm.sh && \
chmod +x llvm.sh && \
./llvm.sh 18 && \
Expand Down

0 comments on commit 513c51f

Please sign in to comment.