Skip to content

Commit 02c0cad

Browse files
committed
Do not install rustup on RfL job
1 parent 81d8edc commit 02c0cad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/docker/scripts/rfl-build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ LINUX_VERSION=v6.14-rc3
1010

1111
# Install rustup so that we can use the built toolchain easily, and also
1212
# install bindgen in an easy way.
13-
curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
14-
sh rustup.sh -y --default-toolchain none
13+
#curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
14+
#sh rustup.sh -y --default-toolchain none
1515

1616
source /cargo/env
1717

1818
BUILD_DIR=$(realpath ./build)
19-
rustup toolchain link local "${BUILD_DIR}"/x86_64-unknown-linux-gnu/stage2
20-
rustup default local
19+
#rustup toolchain link local "${BUILD_DIR}"/x86_64-unknown-linux-gnu/stage2
20+
#rustup default local
2121

2222
mkdir -p rfl
2323
cd rfl

0 commit comments

Comments
 (0)