Skip to content
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 November 2023 #35116

Closed

Conversation

BillyONeal
Copy link
Member

@BillyONeal BillyONeal commented Nov 14, 2023

  • Update PowerShell to 7.3.9
  • Add instructions to roll keys of storage accounts
  • Don't pass /FU to the C compiler when targeting UWP
  • Force qt6 for several ports
  • Add folly workaround for new STL where they changed the declaration of std::basic_string<T, A, Traits>::_Eos
  • Make the buildtrees path shorter to try to make qtwebengine logs retrivable
  • Avoid clobbering the downloads directory

Depends on:

@BillyONeal BillyONeal added info:internal This PR or Issue was filed by the vcpkg team. category:infrastructure Pertaining to the CI/Testing infrastrucutre labels Nov 14, 2023
@@ -567,7 +567,6 @@ function(vcpkg_configure_make)
string(REPLACE "${_replacement}" "" VCPKG_DETECTED_CMAKE_CXX_FLAGS_RELEASE "${VCPKG_DETECTED_CMAKE_CXX_FLAGS_RELEASE}")
string(REPLACE "${_replacement}" "" VCPKG_DETECTED_CMAKE_C_FLAGS_RELEASE "${VCPKG_DETECTED_CMAKE_C_FLAGS_RELEASE}")
# Can somebody please check if CMake's compiler flags for UWP are correct?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment looks stale now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, but I don't think it's changed by this change if that makes sense

vicroms pushed a commit that referenced this pull request Nov 29, 2023
Probably broken by #34994

Detected in #35116

where this REGEX is expected to be output from the python script

```
CMake Error at build/cmake/LoadVersion.cmake:9 (string):
  string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to
  command.
Call Stack (most recent call first):
  CMakeLists.txt:20 (LoadVersion)
```
@BillyONeal
Copy link
Member Author

The compiler is broken so I'm going to cancel this one

@BillyONeal BillyONeal closed this Nov 30, 2023
@BillyONeal BillyONeal deleted the patch-tuesday-november-2023 branch December 13, 2023 01:07
Sungeun0318 pushed a commit to Sungeun0318/-vcpkg that referenced this pull request May 15, 2024
Probably broken by microsoft/vcpkg#34994

Detected in microsoft/vcpkg#35116

where this REGEX is expected to be output from the python script

```
CMake Error at build/cmake/LoadVersion.cmake:9 (string):
  string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to
  command.
Call Stack (most recent call first):
  CMakeLists.txt:20 (LoadVersion)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants