We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2e099 commit 879ee38Copy full SHA for 879ee38
1 file changed
SCRIPTS/02_prepare_package.sh
@@ -173,6 +173,7 @@ wget -qO- https://github.com/sbwml/r4s_build_script/raw/refs/heads/master/openwr
173
popd
174
# rust
175
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
177
# mount cgroupv2
178
pushd feeds/packages
179
#patch -p1 <../../../PATCH/pkgs/cgroupfs-mount/0001-fix-cgroupfs-mount.patch
0 commit comments