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

net/probes: Expect vector<byte> from cert_info #18287

Merged
merged 1 commit into from
May 14, 2024

Commits on May 14, 2024

  1. net/probes: Expect vector<byte> from cert_info

    char_traits<unsigned T> is deprecated in LLVM 18, slated for removal
    in LLVM 19. Having replaced the only instance of basic_sstring<unsigned>
    in seastar with a vector<byte>, we need to account for that change here.
    
    Requires redpanda-data/seastar: d96474c6a96919b4f260dbd5ba22827948c4e000
    
    Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
    oleiman committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ba62518 View commit details
    Browse the repository at this point in the history