Skip to content

Commit 879ee38

Browse files
authored
Update Rust Makefile to disable LLVM CI download
Disable LLVM CI download in Rust Makefile.
1 parent de2e099 commit 879ee38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SCRIPTS/02_prepare_package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ wget -qO- https://github.com/sbwml/r4s_build_script/raw/refs/heads/master/openwr
173173
popd
174174
# rust
175175
wget https://github.com/rust-lang/rust/commit/e8d97f0.patch -O feeds/packages/lang/rust/patches/e8d97f0.patch
176+
sed -i 's/--set=llvm\.download-ci-llvm=true/--set=llvm.download-ci-llvm=false/' feeds/packages/lang/rust/Makefile
176177
# mount cgroupv2
177178
pushd feeds/packages
178179
#patch -p1 <../../../PATCH/pkgs/cgroupfs-mount/0001-fix-cgroupfs-mount.patch

0 commit comments

Comments
 (0)