Skip to content

Commit

Permalink
Update release-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 11, 2023
1 parent 682f67f commit bb93f60
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
&& rm -f Miniconda3-latest-Linux-x86_64.sh \
&& /root/miniconda3/bin/conda init bash

COPY dockerfiles/build_llvm.sh /tmp/build_llvm.sh
RUN wget --no-check-certificate https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/llvm-project-15.0.6.src.tar.xz \
&& tar xf llvm-project-15.0.6.src.tar.xz \
&& cd llvm-project-15.0.6.src/llvm \
&& sh /tmp/build_llvm.sh \
&& rm -rf /llvm-project-15.0.6.src \
&& rm -f /llvm-project-15.0.6.src.tar.xz \
&& rm -f /tmp/build_llvm.sh \
&& ln -s /usr/local/bin/lld /opt/rh/devtoolset-${DEVTOOLSET_VERSION}/root/usr/bin/ld.lld
# Install lld
RUN conda install -c conda-forge lld \
&& ln -s /root/miniconda3/bin/ld.lld /opt/rh/devtoolset-${DEVTOOLSET_VERSION}/root/usr/bin/ld.lld

# install Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit bb93f60

Please sign in to comment.