Skip to content

Commit

Permalink
Update release-ci-aarch64.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 14, 2023
1 parent c57555f commit 2c4e0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/release-ci-aarch64.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.10.0-1-Linux-aa
ENV PATH="/root/miniconda3/bin:${PATH}"

# Install lld
RUN /root/miniconda3/bin/conda install -c conda-forge lld nasm cmake gxx==11.4.0 -y \
RUN /root/miniconda3/bin/conda install -c conda-forge lld nasm cmake gxx==11.4.0 clangxx -y \
&& /root/miniconda3/bin/conda clean -afy

# install Rust
Expand Down

0 comments on commit 2c4e0eb

Please sign in to comment.