This commit is contained in:
xopenwrt 2024-12-06 01:27:39 +08:00 committed by GitHub
parent bc162a6972
commit 99b5a7e516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ jobs:
ln -s ../../../package/other/AutoBuild-Packages/adguardhome package/feeds/packages/adguardhome
# 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
make -j$(($(nproc) + 1)) | tee ./build_log.log || make -j1 V=s
# make -j$(($(nproc) + 1)) | tee ./build_log.log || make -j1 V=s
make -j$(($(nproc) + 1)) || make -j1 V=s
[ "$?" == 0 ] && echo "Result=true" >> $GITHUB_ENV || echo "Result=false" >> $GITHUB_ENV