-
Notifications
You must be signed in to change notification settings - Fork 37.4k
msvc: Provide ObjectFileName
explicitly
#27687
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
Can you explain what the issue currently is, and why this is the right fix (as opposed to bitcoin-core/gui#729)? Seems odd to have intermittent link failures. |
The issue is the file name conflict. See https://api.cirrus-ci.com/v1/task/6646912535756800/logs/build.log:
Well, it was a blind shot... But the code change was correct and actual an improvement. |
Should fix intermittent MSVC link errors.
MSVC build is free from |
Friendly ping @sipsorcery :) |
ACK b8ed951. Same object file name change has to be done in other places in the msvc build and doesn't affect the final build artifcat. |
b8ed951 msvc: Provide `ObjectFileName` explicitly (Hennadii Stepanov) Pull request description: This PR is a follow-up to bitcoin#26715. Fixes intermittent MSVC link [errors](https://cirrus-ci.com/task/6646912535756800). ACKs for top commit: sipsorcery: ACK b8ed951. Tree-SHA512: 4319ecf61b578ce66d240998d089b9bb0a42f89dcfcb1a73f648cd3915f566c773721dcff1feba27d393a743d121334ccb890b1a519173e35a156d6135821ef4
This PR is a follow-up to #26715.
Fixes intermittent MSVC link errors.