-
Notifications
You must be signed in to change notification settings - Fork 12
Fix ASAN Builds #921
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
Fix ASAN Builds #921
Conversation
|
The issue here is that CMake uses the Not sure exactly how to work around this. Will investigate more about what vcpkg can tell us in the |
|
There's a fix in the latest commit of vcpkg, so we should bump to that. Done and being tested in #922 Edit: Cherry-picked to this branch |
Upstream had a fix for sysroot include directory microsoft/vcpkg@a34997a
Now we build with the selected compiler instead of whatever mbuild was picking up. We also correctly add the requested vcpkg flags, which affects the sanitizer build(s).
* fix-xed: Correctly pass all vcpkg flags to XED buildsystem Update vcpkg to latest commit Fix typo in AWS ARM64 Docker builder Use AWS for arm64 docker images (#920)
|
Hmmm. It seems |
Depends on