Skip to content

Commit d37bec3

Browse files
committed
build: add missing "--components="rust-src"
1 parent cf1f335 commit d37bec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/ci/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ RUN rustver="1.84.1" \
333333
&& printf '%s %s' "$hash" "$fname" | sha256sum --check --status \
334334
&& tar -xf "$fname" \
335335
&& cd "$dir" \
336-
&& ./install.sh --prefix="$prefix" \
336+
&& ./install.sh --components="rust-src" --prefix="$prefix" \
337337
&& cd - \
338338
&& rm -fr "$fname" "$dir" "channel-rust-$rustver.toml"
339339

dockerfiles/ci/centos/7/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ RUN rustver="1.84.1" \
247247
&& printf '%s %s' "$hash" "$fname" | sha256sum --check --status \
248248
&& tar -xf "$fname" \
249249
&& cd "$dir" \
250-
&& ./install.sh --prefix="$prefix" \
250+
&& ./install.sh --components="rust-src" --prefix="$prefix" \
251251
&& cd - \
252252
&& rm -fr "$fname" "$dir" "channel-rust-$rustver.toml"
253253

0 commit comments

Comments
 (0)