build: switch protobuf version to pinned HEAD commit.#1304
Merged
htuch merged 1 commit intoenvoyproxy:masterfrom Jul 21, 2017
Merged
build: switch protobuf version to pinned HEAD commit.#1304htuch merged 1 commit intoenvoyproxy:masterfrom
htuch merged 1 commit intoenvoyproxy:masterfrom
Conversation
Use protobuf from HEAD to ensure we have the protocolbuffers/protobuf#3327 fix for CI and local builds. Users can opt to use a specific release tag with the ENVOY_PROTOBUF_COMMIT env var.
mattklein123
approved these changes
Jul 21, 2017
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Description: noticed this duplication while working on a different PR. Risk Level: low - identical code, just dispatched as function. Testing: builds - runs example app with successful headers. Signed-off-by: Jose Nino <jnino@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Description: noticed this duplication while working on a different PR. Risk Level: low - identical code, just dispatched as function. Testing: builds - runs example app with successful headers. Signed-off-by: Jose Nino <jnino@lyft.com> Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Description**
Before, there was no feedback at all unless you turn on `--debug`.
Choosing what to enable is difficult as the EG layer creates known
errors that confuse, and our layer we log too much debug as info.
This buys time by making a simple status message and verifying it in
tests.
.e.g.
```bash
$ out/aigw-darwin-arm64 run --mcp-json '{
"mcpServers": {
"kiwi": {
"type": "http",
"url": "https://mcp.kiwi.com"
}
}
}'
Envoy AI Gateway listening on http://localhost:1975 (admin http://localhost:51333) after 16.8s
```
Note, it most importantly only shows when (significantly later) envoy is
actually ready. If you send requests before this, it will fail. Future
PRs can improve logging.
**Related Issues/PRs (if applicable)**
Fixes #1304
---------
Signed-off-by: Adrian Cole <adrian@tetrate.io>
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.
Use protobuf from HEAD to ensure we have the
protocolbuffers/protobuf#3327 fix for CI and local
builds. Users can opt to use a specific release tag with the
ENVOY_PROTOBUF_COMMIT env var.