We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d8edc commit 02c0cadCopy full SHA for 02c0cad
src/ci/docker/scripts/rfl-build.sh
@@ -10,14 +10,14 @@ LINUX_VERSION=v6.14-rc3
10
11
# Install rustup so that we can use the built toolchain easily, and also
12
# 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
+#curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
+#sh rustup.sh -y --default-toolchain none
15
16
source /cargo/env
17
18
BUILD_DIR=$(realpath ./build)
19
-rustup toolchain link local "${BUILD_DIR}"/x86_64-unknown-linux-gnu/stage2
20
-rustup default local
+#rustup toolchain link local "${BUILD_DIR}"/x86_64-unknown-linux-gnu/stage2
+#rustup default local
21
22
mkdir -p rfl
23
cd rfl
0 commit comments