From b6ca8b944c8216637d88c8b3567b783c2845560e Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Sun, 14 Jun 2026 12:45:37 +0800 Subject: [PATCH] add err log --- .github/workflows/X-x86_64_Z.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index bda3a07..cc5dd82 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -214,7 +214,7 @@ jobs: 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 - 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 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