Skip to content

Commit ecb80e0

Browse files
committed
Restore CARGO_HOME in the CI container
1 parent e14f615 commit ecb80e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker/fedora/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV RUST_VERSION 1.78
55

66
ENV PATH /opt/cargo/bin:$PATH
77
ENV RUSTUP_HOME /opt/rustup
8+
ENV CARGO_HOME /opt/cargo
89

910
RUN sudo dnf install --assumeyes --quiet gcc make tar git rustup rclone \
1011
llvm$LLVM_VERSION llvm$LLVM_VERSION-devel \

0 commit comments

Comments
 (0)