build icon indicating copy to clipboard operation
build copied to clipboard

'curl' is not recognized as an internal or external command

Open richardlau opened this issue 1 year ago • 3 comments

Not sure if this is related to https://github.com/nodejs/build/issues/3929, but looking at the two most recent node-daily-v20.x-staging and node-daily-v18.x-staging runs, Windows test jobs on x86 are failing with e.g. https://ci.nodejs.org/job/node-test-binary-windows-js-suites/30833/RUN_SUBSET=0,nodes=win2016-COMPILED_BY-vs2019-x86/console

13:10:15 C:\workspace\node-test-binary-windows-js-suites>curl -LO https://raw.githubusercontent.com/nodejs/build/main/jenkins/scripts/windows/ci-run.cmd 
13:10:15 'curl' is not recognized as an internal or external command,
13:10:15 operable program or batch file.
13:10:15 
13:10:15 C:\workspace\node-test-binary-windows-js-suites>call ci-run.cmd node-test-binary-windows-js-suites 
13:10:15 'ci-run.cmd' is not recognized as an internal or external command,
13:10:15 operable program or batch file.
13:10:15 

cc @StefanStojanovic

richardlau avatar Oct 14 '24 15:10 richardlau