You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the enable sanitizers check from qemu dockerfile to fix the QEMU CI failure (#32685)
- The tests before disabling the QEMU tests in CI were failing.
- When we run QEMU with address sanitizers enabled ,we get following warning at the start
WARNING: ASan doesn't fully support makecontext/swapcontext functions and may produce false positives in some cases!.
- For some case, this features works fine with Clang toolchain but has issues with GNU.
- Also it might consume more CPU or memory resources which might affect the CI
- Updated the chip build version and removed the address sanitizers from QEMU docker image.
0 commit comments