Skip to content

Commit 29d6c6a

Browse files
committed
Fix path
1 parent c1e649f commit 29d6c6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ BUILT_RUSTC=$(realpath ./build/x86_64-unknown-linux-gnu/stage1/bin/rustc)
1212
curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
1313
sh rustup.sh -y --default-toolchain stable --profile minimal
1414

15+
source /cargo/env
16+
1517
mkdir -p rfl
1618
cd rfl
1719

@@ -20,7 +22,7 @@ git clone --depth 1 --branch ${LINUX_VERSION} \
2022
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
2123

2224
# Install bindgen
23-
/cargo/bin/cargo install --locked \
25+
cargo install --locked \
2426
--version $(linux/scripts/min-tool-version.sh bindgen) bindgen-cli
2527

2628
# Configure Linux

0 commit comments

Comments
 (0)