internal/rosa: force output colouring

This sets known de facto standard environment variables to enable colours during builds.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-30 06:01:54 +09:00
parent 4e65e41101
commit 4dbfee0698
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -173,6 +173,7 @@ make \
scriptMake += attr.ScriptCheckEarly + `make \
` + jobsFlagE + ` \
` + loadFlagE + ` \
AM_COLOR_TESTS=always \
`
if len(attr.Check) > 0 {
scriptMake += strings.Join(attr.Check, " \\\n\t")