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
Signed-off-by: Jose Nino [email protected]
Description: envoyproxy/envoy#9618 broke the iOS build due to missing symbols. envoyproxy/envoy#9875 fixes. However, in order to expedite a clean master branch this PR moves the Envoy ref back to a stable place. Note that Android logging is reverted. Also note that CI for iOS was not testing for liveliness, which is how the breakage went through in the first place. This PR also fixes that.
Risk Level: low
Testing: CI
Fixes#646
Signed-off-by: Jose Nino <[email protected]>
I noticed that the liveliness test for ios in https://github.com/lyft/envoy-mobile/blob/69ef3951c7a2ee82b0155ade8fbd25dce6f4f662/.github/workflows/ios.yml#L56 does not actually grep for liveliness so it is letting broken commits through. For example, #631 broke the iOS build due to a runtime issue with dropped symbols.
Once envoyproxy/envoy#9875 merges, we can update the ref and turn on the iOS liveliness test.
The text was updated successfully, but these errors were encountered: