-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 1.16.0 #13438
release: 1.16.0 #13438
Changes from 5 commits
cdd1e32
0dfb2b6
f50b4f9
d8c13ef
a8a9dc7
acc2336
9c7e209
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.16.0-dev | ||
1.16.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,13 @@ recent Linux including Ubuntu 18.04 LTS. | |
|
||
Building Envoy has the following requirements: | ||
|
||
* GCC 7+ or Clang/LLVM 7+ (for C++14 support). | ||
* GCC 7+ or Clang/LLVM 7+ (for C++14 support). Clang/LLVM 9+ preferred (see below). | ||
* These :repo:`Bazel native <bazel/repository_locations.bzl>` dependencies. | ||
|
||
Please see the linked :repo:`CI <ci/README.md>` and :repo:`Bazel <bazel/README.md>` documentation | ||
for more information on performing manual builds. | ||
Please note that for Clang/LLVM 8 and lower, Envoy must be built with `--define tcmalloc=gperftools` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You could also emphasize the fact that only x86 builds may need There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated. PTAL? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. LGTM. Thanks! |
||
as the new tcmalloc code only works with Clang/LLVM 9+ | ||
|
||
.. _install_binaries: | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@envoyproxy/stable-maintainers do we have a release manager lined up for Q4?