1
0
Fork 0

Do not output to stderr during the build.

To help with debugging, the worker sends the output of
stderr (suitable truncated) to the action log on the
server, in case a build fails. For this to work it is
important that there is no spurious output to stderr.

No functional change
pull/3773/head
Michel Van den Bergh 2021-10-31 19:35:30 +01:00
parent 7262fd5d14
commit 1e573dafe0
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ profile-build: net config-sanity objclean profileclean
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) $(profile_make)
@echo ""
@echo "Step 2/4. Running benchmark for pgo-build ..."
$(PGOBENCH) > /dev/null
$(PGOBENCH) > /dev/null 2>&1
@echo ""
@echo "Step 3/4. Building optimized executable ..."
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) objclean