Open
Description
As an example, in https://github.com/diffblue/cbmc/runs/6579237651?check_suite_focus=true, we had the download of flex/bison fail on the windows package job because of networking issues in the Fetch Dependencies
step of the job, but the issue manifested much later (when find_flex
, used by cmake
failed to find the binary).
We should update our build scripts to support failing fast if chocolatey
fails to download any of the dependencies.