Skip to content

Commit

Permalink
Remove CARGO_NET_GIT_FETCH_WITH_CLI workaround as no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Oct 8, 2024
1 parent af878aa commit 3d720ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Dockerfile-bootstrap-node
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM --platform=$BUILDPLATFORM ubuntu:22.04
ARG RUSTC_VERSION=nightly-2024-09-26
ARG PROFILE=production
ARG RUSTFLAGS
# Workaround for https://github.com/rust-lang/cargo/issues/10583
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
# Incremental compilation here isn't helpful
ENV CARGO_INCREMENTAL=0
ENV PKG_CONFIG_ALLOW_CROSS=true
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile-farmer
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM --platform=$BUILDPLATFORM ubuntu:22.04
ARG RUSTC_VERSION=nightly-2024-09-26
ARG PROFILE=production
ARG RUSTFLAGS
# Workaround for https://github.com/rust-lang/cargo/issues/10583
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
# Incremental compilation here isn't helpful
ENV CARGO_INCREMENTAL=0
ENV PKG_CONFIG_ALLOW_CROSS=true
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile-node
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM --platform=$BUILDPLATFORM ubuntu:22.04
ARG RUSTC_VERSION=nightly-2024-09-26
ARG PROFILE=production
ARG RUSTFLAGS
# Workaround for https://github.com/rust-lang/cargo/issues/10583
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
# Incremental compilation here isn't helpful
ENV CARGO_INCREMENTAL=0
ENV PKG_CONFIG_ALLOW_CROSS=true
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM --platform=$BUILDPLATFORM ubuntu:22.04
ARG RUSTC_VERSION=nightly-2024-09-26
ARG PROFILE=production
ARG RUSTFLAGS
# Workaround for https://github.com/rust-lang/cargo/issues/10583
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
# Incremental compilation here isn't helpful
ENV CARGO_INCREMENTAL=0
ENV PKG_CONFIG_ALLOW_CROSS=true
Expand Down

0 comments on commit 3d720ea

Please sign in to comment.