We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e649f commit 29d6c6aCopy full SHA for 29d6c6a
src/ci/docker/scripts/rfl-build.sh
@@ -12,6 +12,8 @@ BUILT_RUSTC=$(realpath ./build/x86_64-unknown-linux-gnu/stage1/bin/rustc)
12
curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
13
sh rustup.sh -y --default-toolchain stable --profile minimal
14
15
+source /cargo/env
16
+
17
mkdir -p rfl
18
cd rfl
19
@@ -20,7 +22,7 @@ git clone --depth 1 --branch ${LINUX_VERSION} \
20
22
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
21
23
24
# Install bindgen
-/cargo/bin/cargo install --locked \
25
+cargo install --locked \
26
--version $(linux/scripts/min-tool-version.sh bindgen) bindgen-cli
27
28
# Configure Linux
0 commit comments