deps: update Abseil library#14041
Merged
lizan merged 4 commits intoenvoyproxy:masterfrom Nov 26, 2020
Merged
Conversation
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@intel.com>
Contributor
|
/lgtm deps |
Member
Author
|
/retest |
|
Retrying Azure Pipelines: |
Member
Author
|
@lizan It seems the Can we drop |
Member
No. This is the only CI coverage to ensure that |
lizan
reviewed
Nov 19, 2020
ci/do_ci.sh
Outdated
|
|
||
| # Legacy codecs "--define legacy_codecs_in_integration_tests=true" should also be tested in | ||
| # integration tests with asan. | ||
| bazel_with_collection test "${BAZEL_BUILD_OPTIONS[@]}" --define wasm=wavm "${COMPILE_TIME_OPTIONS[@]}" -c dbg @envoy//test/integration/... --config=clang-asan --build_tests_only |
Member
There was a problem hiding this comment.
actually this test does nothing... will be removed in #14105
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@intel.com>
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@intel.com>
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@intel.com>
Contributor
|
/lgtm deps |
lizan
approved these changes
Nov 26, 2020
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.
Commit Message: deps: update Abseil library
Additional Description: Also enforce linking with libc++ when sanitizers are enabled to resolve successfully symbols missing from gcc's c++ runtime.
Risk Level: Low
Testing: run integration tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Fixes #13973