build: fix macOS build (requires bazel 0.6.0)#1779
Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom Sep 29, 2017
Merged
build: fix macOS build (requires bazel 0.6.0)#1779mattklein123 merged 1 commit intoenvoyproxy:masterfrom
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
htuch
approved these changes
Sep 29, 2017
Member
htuch
left a comment
There was a problem hiding this comment.
Thanks for the update. Looking forward to the day we can completely nuke our fork of toolchain autoconfigure, between the work of @jmillikin-stripe and yours I think we're closing in on this.
costinm
pushed a commit
to costinm/envoy
that referenced
this pull request
Oct 2, 2017
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
mathetake
pushed a commit
that referenced
this pull request
Mar 3, 2026
**Description** This proposal introduces Batch Processing API support for Envoy AI Gateway, enabling users to submit large-scale asynchronous inference jobs with significant cost savings (typically 50% vs real-time inference). See details in `007-batch-processing/proposal.md` file. --------- Signed-off-by: Xiaolin Lin <xlin158@bloomberg.net>
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.
Re-patched bazel files cribbed from the bazel tree for OS X. Fewer changes now, but strip is still broken without these mods (see bazelbuild/bazel#3838). I may try to submit a patch for this, since it's just a CROSSTOOL.tpl change now -- the fix for bazelbuild/bazel#209 made it possible to specify flags for strip in that file.
Homebrew doesn't support bazel 0.6.0 yet, so one has to install it manually. I submitted a patch to Homebrew, hopefully it lands soon: Homebrew/homebrew-core#18686.
Signed-off-by: Stephan Zuercher stephan@turbinelabs.io