Uh oh!
There was an error while loading. Please reload this page.
Place the CMake command line cache file in the intermediates dir instead of the output dir - #55587
Conversation
…ead of the output dir Fixes an issue where deleting the intermediates folder locally would get the build in a bad state where the command-line check would be up to date but the CMake files would not be generated.
ghost
commented
Jul 13, 2021
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ghost
commented
Jul 13, 2021
Tagging subscribers to this area: @hoyosjs Issue DetailsFixes an issue where deleting the intermediates folder locally would get the build in a bad state where the command-line check would be up to date but the CMake files would not be generated.
|
akoeplinger
left a comment
There was a problem hiding this comment.
LGTM. This also matches what gen-buildsys.cmd does on Windows.
ghost
commented
Jul 13, 2021
Hello @jkoritzinsky! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me ( |
jkoritzinsky
commented
Jul 14, 2021
This PR's changes are inner-loop only, so the failures are unreleated. |
Fixes an issue where deleting the intermediates folder locally would get the build in a bad state where the command-line check would be up to date but the CMake files would not be generated.