Skip to content
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

bazel: patch gRPC to fix Envoy builds with glibc v2.30 #7971

Merged
merged 1 commit into from
Aug 27, 2019

Commits on Aug 20, 2019

  1. bazel: patch gRPC to fix Envoy builds with glibc v2.30

    Description: the latest glibc (v2.30) declares its own gettid()
    function [0] and this creates a naming conflict in gRPC which has
    a function with the same name.
    
    Apply to gRPC a patch which renames `gettid()` to `sys_gettid()`.
    
    [0] https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92
    
    Risk Level: low
    Testing: unit tests
    Docs Changes: n/a
    Release Notes: n/a
    
    Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
    Dmitry Rozhkov committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    d7e7587 View commit details
    Browse the repository at this point in the history