Test: populating build test failure (#8265)

* Test: populating build test failure

The current build test won't populating the failure caused issue undetected:

See https://github.com/coredns/coredns/issues/8228#issuecomment-4931425842

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Pupulate error from Makefile

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

---------

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-07-09 21:12:49 -07:00
committed by GitHub
parent 99bad66253
commit 886bb85849

View File

@@ -54,6 +54,8 @@ GITHUB:=coredns
LINUX_ARCH:=amd64 arm arm64 mips64le ppc64le s390x mips riscv64 loong64
GOLANG_VERSION ?= $(shell cat .go-version)
.SHELLFLAGS := -e -c
export GOSUMDB = sum.golang.org
export GOTOOLCHAIN = go$(GOLANG_VERSION)