Skip to content

Commit 8f3dd4c

Browse files
authored
Update Rust patch and Makefile settings
Updated Rust patch URL to the latest commit and modified Makefile to disable CI LLVM downloads.
1 parent 277d57b commit 8f3dd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCRIPTS/02_prepare_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pushd feeds/luci
178178
wget -qO- https://github.com/sbwml/r4s_build_script/raw/refs/heads/master/openwrt/patch/luci/applications/luci-app-package-manager/0001-luci-app-package-manager-support-installing-uploaded.patch | patch -p1
179179
popd
180180
# rust
181-
wget https://github.com/rust-lang/rust/commit/e8d97f0.patch -O feeds/packages/lang/rust/patches/e8d97f0.patch
181+
wget https://github.com/rust-lang/rust/commit/cdae267.patch -O feeds/packages/lang/rust/patches/cdae267.patch
182182
sed -i 's/--set=llvm\.download-ci-llvm=true/--set=llvm.download-ci-llvm=false/' feeds/packages/lang/rust/Makefile
183183
# mount cgroupv2
184184
pushd feeds/packages

0 commit comments

Comments
 (0)