mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 15:24:45 +00:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13e85ab847 | ||
|
|
b6ca8b944c | ||
|
|
61444d2c11 |
@@ -216,6 +216,7 @@ jobs:
|
|||||||
rm -rf package/feeds/luci/applications/luci-app-passwall
|
rm -rf package/feeds/luci/applications/luci-app-passwall
|
||||||
rm package/feeds/packages/adguardhome -rf
|
rm package/feeds/packages/adguardhome -rf
|
||||||
rm feeds/packages/net/adguardhome -rf
|
rm feeds/packages/net/adguardhome -rf
|
||||||
|
rm feeds/luci/applications/luci-app-adguardhome -rf
|
||||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||||
# 2024.03.03 mosdns build fail by golang 1.22
|
# 2024.03.03 mosdns build fail by golang 1.22
|
||||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||||
|
|||||||
@@ -213,6 +213,7 @@ jobs:
|
|||||||
rm -rf package/feeds/luci/applications/luci-app-passwall
|
rm -rf package/feeds/luci/applications/luci-app-passwall
|
||||||
rm package/feeds/packages/adguardhome -rf
|
rm package/feeds/packages/adguardhome -rf
|
||||||
rm feeds/packages/net/adguardhome -rf
|
rm feeds/packages/net/adguardhome -rf
|
||||||
|
rm feeds/luci/applications/luci-app-adguardhome -rf
|
||||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||||
# 2024.03.03 mosdns build fail by golang 1.22
|
# 2024.03.03 mosdns build fail by golang 1.22
|
||||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||||
|
|||||||
@@ -212,8 +212,9 @@ jobs:
|
|||||||
rm -rf package/feeds/luci/applications/luci-app-passwall
|
rm -rf package/feeds/luci/applications/luci-app-passwall
|
||||||
rm package/feeds/packages/adguardhome -rf
|
rm package/feeds/packages/adguardhome -rf
|
||||||
rm feeds/packages/net/adguardhome -rf
|
rm feeds/packages/net/adguardhome -rf
|
||||||
|
rm feeds/luci/applications/luci-app-adguardhome -rf
|
||||||
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
|
||||||
make -j4 | tee ./build_log.log || make -j1 V=s
|
set -o pipefail && make -j4 2>&1 | tee build_log.log || make -j1 V=s
|
||||||
# 2024.03.03 mosdns build fail by golang 1.22
|
# 2024.03.03 mosdns build fail by golang 1.22
|
||||||
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
sed -i 's/CGO_ENABLED=0/CGO_ENABLED=1/g' feeds/packages/net/mosdns/Makefile
|
||||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||||
|
|||||||
@@ -87,6 +87,10 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=800
|
|||||||
CONFIG_TARGET_IMAGES_GZIP=y
|
CONFIG_TARGET_IMAGES_GZIP=y
|
||||||
CONFIG_PACKAGE_ntfs3-mount=y
|
CONFIG_PACKAGE_ntfs3-mount=y
|
||||||
|
|
||||||
|
|
||||||
|
CONFIG_PACKAGE_xz=y
|
||||||
|
CONFIG_PACKAGE_xz-utils=y
|
||||||
|
|
||||||
# CONFIG_SIGNATURE_CHECK is not set
|
# CONFIG_SIGNATURE_CHECK is not set
|
||||||
# CONFIG_SIGNED_PACKAGES is not set
|
# CONFIG_SIGNED_PACKAGES is not set
|
||||||
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
||||||
|
|||||||
@@ -60,6 +60,9 @@ CONFIG_TARGET_IMAGES_GZIP=y
|
|||||||
CONFIG_PACKAGE_ntfs3-mount=y
|
CONFIG_PACKAGE_ntfs3-mount=y
|
||||||
|
|
||||||
|
|
||||||
|
CONFIG_PACKAGE_xz=y
|
||||||
|
CONFIG_PACKAGE_xz-utils=y
|
||||||
|
|
||||||
# CONFIG_SIGNATURE_CHECK is not set
|
# CONFIG_SIGNATURE_CHECK is not set
|
||||||
# CONFIG_SIGNED_PACKAGES is not set
|
# CONFIG_SIGNED_PACKAGES is not set
|
||||||
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
# CONFIG_PACKAGE_luci-app-unblockmusic is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user