ci: fix bazel.debug toolchain issue.#937
Merged
mattklein123 merged 2 commits intoenvoyproxy:masterfrom May 10, 2017
Merged
Conversation
This was breaking the debug build. Also, add to Travis CI, since this is a build target that folks rely on.
Member
Author
|
@tschroed for the fix. @mattklein123 to decide if it's worth burning a Travis CI slot on. |
Member
|
My feeling right now is to just fix the bug and not use a slot. I don't think the actual test coverage is any different from what we get on the coverage build. |
mattklein123
approved these changes
May 10, 2017
tschroed
pushed a commit
to tschroed/envoy
that referenced
this pull request
May 11, 2017
This was breaking the debug build.
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of proxy This PR will be merged automatically once checks are successful. ```release-note none ```
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
…nvoy (#937) We're reverting the libevent version bump from upstream envoy to avoid the commit which introduced a usage of `pthread_mutexattr_setprotocol`. The libevent change is [here](libevent/libevent@f76456b). The upstream envoy change was primarily targeted for windows. Upstream change for updating libevent: #11137 Addressing missing symbol: envoyproxy/envoy-mobile#934 Will need to lower to 21: envoyproxy/envoy-mobile#936 Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: android: fixate to API 24 and use old libevent version for upstream envoy Risk Level: low Testing: ci Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
…nvoy (#937) We're reverting the libevent version bump from upstream envoy to avoid the commit which introduced a usage of `pthread_mutexattr_setprotocol`. The libevent change is [here](libevent/libevent@f76456b). The upstream envoy change was primarily targeted for windows. Upstream change for updating libevent: #11137 Addressing missing symbol: envoyproxy/envoy-mobile#934 Will need to lower to 21: envoyproxy/envoy-mobile#936 Signed-off-by: Alan Chiu <achiu@lyft.com> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: android: fixate to API 24 and use old libevent version for upstream envoy Risk Level: low Testing: ci Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:] Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Description** This PR is to disable per-route epp extproc config in direct response route, it makes sure if no route matched, we got a 404 direct response instead of calling unnessary requests to epp ext proc. And added additional e2e tests to verify it. --------- Signed-off-by: bitliu <bitliu@tencent.com> Signed-off-by: Xunzhuo <mixdeers@gmail.com> Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com> Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was breaking the debug build.
Also, add to Travis CI, since this is a build target that folks rely on.