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
Upgrade Cilium to 1.16.4. As part of this change we also:
* use `--config=libc++` to match what our other Envoys (`envoy`,
`istio-proxy`...) do for easier maintenance.
* unregister upstream's toolchain that is Ubuntu specific (this helped
address the build issues in #34699 )
The thread-safety analysis flagged some issue in upstream code (see
cilium/proxy#1056). We will need to turn this
on again after the issue is fixed.
Signed-off-by: Nghia Tran <[email protected]>
When -Wthread-safety-analysis flag is enabled, the below error occurs.
Thanks to @tcnghia for reporting the issue.
Patch
Error
The text was updated successfully, but these errors were encountered: