Describe the bug
The CI/CD build fails with the latest vcpkg baseline. A std::bad_alloc is observed in vcpkg logs.
Steps To Reproduce
Steps to reproduce the behavior:
- Update to latest vcpkg baseline.
- Trigger CI/CD build action.
Actual behavior
Build fails due to a crash in vcpkg binary (std::bad_alloc).
Screenshots
N/A
Version Information
- Framework version
- Driver version
- OS and version
Additional context
Debugging showed that the crash occurs when processing the netremote[api] dependency. Suspect recent changes in vcpkg don't handle self-referential dependencies properly.
Describe the bug
The CI/CD build fails with the latest vcpkg baseline. A
std::bad_allocis observed in vcpkg logs.Steps To Reproduce
Steps to reproduce the behavior:
Actual behavior
Build fails due to a crash in vcpkg binary (
std::bad_alloc).Screenshots
N/A
Version Information
Additional context
Debugging showed that the crash occurs when processing the
netremote[api]dependency. Suspect recent changes in vcpkg don't handle self-referential dependencies properly.