-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Patch Tuesday for September 2024 #40921
Patch Tuesday for September 2024 #40921
Conversation
BillyONeal
commented
Sep 12, 2024
- Update Visual Studio to 17.11.3
- Update Azure-CLI to 2.64.0
- Workaround Regression in v2.59.0 in az sig image-version create with cross-resource group image version creation Azure/azure-cli#28700
From full build https://dev.azure.com/vcpkg/public/_build/results?buildId=106900 REGRESSION: sentry-native:x64-osx failed with FILE_CONFLICTS. If expected, add sentry-native:x64-osx=fail to /Users/vcpkg/Data/work/2/s/scripts/azure-pipelines/../ci.baseline.txt. Baseline issue: #40919 PASSING, REMOVE FROM FAIL LIST: libconfuse:arm-neon-android (/vcpkg/scripts/azure-pipelines/../ci.baseline.txt). Fixed by #40900 REGRESSION: cpprestsdk:arm64-uwp failed with BUILD_FAILED. If expected, add cpprestsdk:arm64-uwp=fail to D:\a_work\1\s\scripts\azure-pipelines/../ci.baseline.txt. D:\b\cpprestsdk\src\a4a98cdecf-431b2119ed.clean\Release\include\cpprest\containerstream.h(404,47): error C4996: 'stdext::checked_array_iterator<char *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning. [D:\b\cpprestsdk\x64-uwp-dbg\src\cpprest.vcxproj] Fixed by suppressing here. REGRESSION: nghttp3:arm64-uwp failed with BUILD_FAILED. If expected, add nghttp3:arm64-uwp=fail to D:\a_work\1\s\scripts\azure-pipelines/../ci.baseline.txt. D:\b\ngtcp2\src\v1.7.0-1837be226f.clean\lib\ngtcp2_ringbuf.c(36): error C2169: '__popcnt': intrinsic function, cannot be defined This is ngtcp2/nghttp3#252. |