Skip to content

Commit

Permalink
llvm: no harm in using clang-18 to build llvm-18
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Feb 20, 2024
1 parent 2ca4ee6 commit 17e844e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/llvm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ RUN apt update \
&& apt install -y \
autoconf \
build-essential \
# This clang version is needed to help us build LLVM from source below.
# Pin it to one number as it can drift away from the WASM-compiling
# LLVM version
clang-17 \
# This clang version is needed to help us build LLVM from source below
clang-${LLVM_VERSION_MAJOR} \
curl \
git \
gpg \
Expand Down

0 comments on commit 17e844e

Please sign in to comment.