mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 07:14:43 +00:00
Compare commits
4
Commits
ai
...
v2026-09-03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9246effd09 | ||
|
|
9bc8ff1288 | ||
|
|
c3b77b9bd3 | ||
|
|
2b9e22a351 |
@@ -220,7 +220,10 @@ jobs:
|
|||||||
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
|
||||||
make -j4 | tee ./build_log.log || make -j1 V=s
|
make -j4 2>&1 | tee build_log.log
|
||||||
|
if [ "${PIPESTATUS[0]}" -ne 0 ]; then
|
||||||
|
make -j1 V=s
|
||||||
|
fi
|
||||||
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ echo "------------------------------- IP Address Info --------------------------
|
|||||||
IP=`curl ip.115115.xyz -s`
|
IP=`curl ip.115115.xyz -s`
|
||||||
curl ip.115115.xyz -s
|
curl ip.115115.xyz -s
|
||||||
# curl -s https://searchplugin.csdn.net/api/v1/ip/get?ip=${IP} | jq -r .data.address
|
# curl -s https://searchplugin.csdn.net/api/v1/ip/get?ip=${IP} | jq -r .data.address
|
||||||
curl -s https://api.vore.top/api/IPdata?ip=${IP} | jq -r .adcode.o
|
# curl -s "https://api.vore.top/api/IPdata?ip=${IP}" | jq -r .adcode.o
|
||||||
}
|
}
|
||||||
|
|
||||||
Get_Release_Info() {
|
Get_Release_Info() {
|
||||||
|
|||||||
Reference in New Issue
Block a user