Skip to content
Snippets Groups Projects
Commit 2630ace7 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

chore: remove dependency on aws-lc-rs brought by pgwire

The problem appeared in form of a failed debian package build. aws-lc-rs
build script was failing with:

thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.19.0/builder/cc_builder.rs:244:13:
Your compiler (cc) is not supported due to a memcmp related bug
reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189.We
strongly recommend against using this compiler.

Since we use system openssl we dont need to rely on these backends.

Error message is probably correct, so upgrading the compiler is still a
good idea.
parent 7f1935b1
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment