Skip to content

Commit 948dc71

Browse files
refacktargos
authored andcommitted
build: make config verbose on CI
PR-URL: #22935 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 70ccec2 commit 948dc71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ test-ci: | clear-stalled build-addons build-addons-napi doc-only
476476
# Prepare the build for running the tests.
477477
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
478478
build-ci:
479-
$(PYTHON) ./configure $(CONFIG_FLAGS)
479+
$(PYTHON) ./configure --verbose $(CONFIG_FLAGS)
480480
$(MAKE)
481481

482482
.PHONY: run-ci

vcbuild.bat

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ if defined i18n_arg set configure_flags=%configure_flags% --with-intl=%i
179179
if defined config_flags set configure_flags=%configure_flags% %config_flags%
180180
if defined target_arch set configure_flags=%configure_flags% --dest-cpu=%target_arch%
181181
if defined openssl_no_asm set configure_flags=%configure_flags% --openssl-no-asm
182+
if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose
182183

183184
if not exist "%~dp0deps\icu" goto no-depsicu
184185
if "%target%"=="Clean" echo deleting %~dp0deps\icu

0 commit comments

Comments
 (0)