eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.69k stars 393 forks source link

Use BCR @ncurses instead of relying on host's #2372

Closed lalten closed 1 week ago

lalten commented 1 week ago

Brief feature description

Would be good to use the BCR's @ncurses (https://registry.bazel.build/modules/ncurses) instead of relying on the host's non-hermetic installation to exist.

Detailed information

Pro: Improved hermeticity of Bazel build Cons: none?