On 04/12/2025 20.48, Alex Bennée wrote:
Technically we don't need a crypto library to do the base build but
I couldn't see an easy way to skip iotests which would otherwise fail.
Besides libnettle is a fairly small library even if its not the
fastest crypto implementation.

I think we added checks to some of the iotests in the past already to skip if the crypto stuff is not available? So I think it might be better to fix the related iotests instead.

Which test is failing for you?

 Thomas


Signed-off-by: Alex Bennée <[email protected]>
---
  tests/lcitool/projects/qemu-minimal.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/lcitool/projects/qemu-minimal.yml 
b/tests/lcitool/projects/qemu-minimal.yml
index 2a1ac51d402..eebdc23e682 100644
--- a/tests/lcitool/projects/qemu-minimal.yml
+++ b/tests/lcitool/projects/qemu-minimal.yml
@@ -18,6 +18,7 @@ packages:
   - libffi
   - make
   - meson
+ - nettle
   - ninja
   - pixman
   - pkg-config


Reply via email to