maflcko
commented at 8:21 AM on March 19, 2026:
member
The CI Windows step to generate the build system is problematic, because with a clean cache, it will download artifacts over the network. This may intermittently fail due to intermittent network issues.
Fix this issue, like all other network issues in CI, by retrying once.
ci: Avoid intermittent Windows generate download failuresfa71c6e84c
DrahtBot added the label Tests on Mar 19, 2026
DrahtBot
commented at 8:21 AM on March 19, 2026:
contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste <code><!--meta-tag:bot-skip--></code> into the comment that the bot should ignore.
<!--174a7506f384e20aa4161008e828411d-->
Conflicts
Reviewers, this pull request conflicts with the following ones:
#31507 (build: Use clang-cl to build on Windows natively by hebasto)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
fanquake added the label Needs Backport (31.x) on Mar 19, 2026
fanquake
commented at 11:33 AM on March 19, 2026:
member
hodlinator
commented at 2:30 PM on March 19, 2026:
contributor
ACKfa71c6e84c16418ffc5568c06aed863027cb238f
Modified the cmake parameters to provoke failure and verify behaviour.
₿ ./.github/ci-windows.py standard generate
+ cmake - build -Werror=dev --preset vs2026 -DBUILD_BENCH=ON -DBUILD_KERNEL_LIB=ON -DBUILD_UTIL_CHAINSTATE=ON -DCMAKE_COMPILE_WARNING_AS_ERROR=ON
CMake Error: Unknown argument -
CMake Error: Run 'cmake --help' for all supported options.
=== ⚠️ ===
Generate failure! Network issue? Retry once ...
=== ⚠️ ===
+ cmake - build -Werror=dev --preset vs2026 -DBUILD_BENCH=ON -DBUILD_KERNEL_LIB=ON -DBUILD_UTIL_CHAINSTATE=ON -DCMAKE_COMPILE_WARNING_AS_ERROR=ON
CMake Error: Unknown argument -
CMake Error: Run 'cmake --help' for all supported options.
Command '['cmake', '-', 'build', '-Werror=dev', '--preset', 'vs2026', '-DBUILD_BENCH=ON', '-DBUILD_KERNEL_LIB=ON', '-DBUILD_UTIL_CHAINSTATE=ON', '-DCMAKE_COMPILE_WARNING_AS_ERROR=ON']' returned non-zero exit status 1.
hebasto approved
hebasto
commented at 8:06 PM on March 19, 2026:
member
ACKfa71c6e84c16418ffc5568c06aed863027cb238f, I have reviewed the code and it looks OK.
nanonit: s/Avoid/Mitigate/
maflcko renamed this: ci: Avoid intermittent Windows generate download failures ci: Retry on intermittent Windows generate download failures on Mar 19, 2026
maflcko
commented at 8:32 PM on March 19, 2026:
member
nanonit: s/Avoid/Mitigate/
Sure, changed title a bit
fanquake merged this on Mar 20, 2026
fanquake closed this on Mar 20, 2026
fanquake referenced this in commit d9a57912c6 on Mar 20, 2026
fanquake removed the label Needs Backport (31.x) on Mar 20, 2026
fanquake
commented at 1:21 AM on March 20, 2026:
member
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-26 09:13 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me