-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Windows Fleet for December 2023 Patch Tuesday #35640
Update Windows Fleet for December 2023 Patch Tuesday #35640
Conversation
Included is a workaround for https://developercommunity.visualstudio.com/t/Missing-threadsh-in-MSVC-178/10514752 implemented as upstream's commit ebdf9d724cfd0a04f194ecfcb678b702ad062be2
Workaround for facebook/folly#2100 by using plain resize.
…ber-2023 # Conflicts: # ports/baresip-libre/portfile.cmake # ports/baresip-libre/vcpkg.json # ports/tinyorm/portfile.cmake # scripts/azure-pipelines/azure-pipelines.yml # versions/b-/baresip-libre.json # versions/baseline.json # versions/j-/jkqtplotter.json # versions/t-/tinyorm.json
I merged these and submitted https://dev.azure.com/vcpkg/public/_build/results?buildId=97668&view=results only retesting x64-windows since the other triplets were clean without it |
Strange since my logs show:
with configure log:
vs
but I only tested with
|
Fun fact: It only fails for Debug builds o.O. I mean I can start comparing compiler flags/preprocessed sources but somehow I would say that indicates the compiler is broken? (considering that clang-cl just compiles the code fine) I mean libtorch is also broken by the release with an ICE. |
@BillyONeal: Try cleaning up the patch and removing |
$packagesRoot = Join-Path $WorkingRoot 'packages' | ||
$packagesRoot = Join-Path $WorkingRoot 'p' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fun fact I already had a case where I had to do this ;)
… into patch-tuesday-december-2023
Link to vs dev issue for libtorch: https://developercommunity.visualstudio.com/t/Internal-compiler-error-when-compiling-l/10539393?space=62&sort=newest |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Follow on from #35116 now that the compiler bug that blocked that appears fixed.
std::basic_string<T, A, Traits>::_Eos
( See also Add address sanitizer annotations to UninitializedMemoryHacks.h when building with msvc 2022 facebook/folly#1935 )Full Windows rebuild: https://dev.azure.com/vcpkg/public/_build/results?buildId=97631
Full UWP rebuild: https://dev.azure.com/vcpkg/public/_build/results?buildId=97657