mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Mon Oct 27 19:43:27 CET 2025
This commit is contained in:
@@ -136,9 +136,6 @@ jobs:
|
||||
|
||||
rm -rf temp_resp
|
||||
git clone -b master --single-branch https://github.com/openwrt/packages.git temp_resp
|
||||
cd temp_resp
|
||||
git checkout 2b99cd7d7637da0f152da378994f699aaf0dd44d
|
||||
cd ..
|
||||
echo "update golang version"
|
||||
rm -rf feeds/packages/lang/golang
|
||||
cp -r temp_resp/lang/golang feeds/packages/lang
|
||||
@@ -147,6 +144,11 @@ jobs:
|
||||
cp -r temp_resp/lang/rust feeds/packages/lang
|
||||
rm -rf temp_resp
|
||||
|
||||
echo "update patch-kernel.sh"
|
||||
git clone -b main --single-branch https://github.com/openwrt/openwrt.git temp_resp
|
||||
cp -f temp_resp/scripts/patch-kernel.sh scripts/
|
||||
rm -rf temp_resp
|
||||
|
||||
echo "Patch application completed"
|
||||
#--------------------------------------end_patches--------------------------------------------
|
||||
|
||||
@@ -323,9 +325,6 @@ jobs:
|
||||
|
||||
rm -rf temp_resp
|
||||
git clone -b master --single-branch https://github.com/openwrt/packages.git temp_resp
|
||||
cd temp_resp
|
||||
git checkout 2b99cd7d7637da0f152da378994f699aaf0dd44d
|
||||
cd ..
|
||||
echo "update golang version"
|
||||
rm -rf feeds/packages/lang/golang
|
||||
cp -r temp_resp/lang/golang feeds/packages/lang
|
||||
@@ -333,6 +332,11 @@ jobs:
|
||||
rm -rf feeds/packages/lang/rust
|
||||
cp -r temp_resp/lang/rust feeds/packages/lang
|
||||
rm -rf temp_resp
|
||||
|
||||
echo "update patch-kernel.sh"
|
||||
git clone -b main --single-branch https://github.com/openwrt/openwrt.git temp_resp
|
||||
cp -f temp_resp/scripts/patch-kernel.sh scripts/
|
||||
rm -rf temp_resp
|
||||
|
||||
echo "fixed rust host build error"
|
||||
sed -i 's/--set=llvm\.download-ci-llvm=false/--set=llvm.download-ci-llvm=true/' feeds/packages/lang/rust/Makefile
|
||||
|
||||
Reference in New Issue
Block a user