libbpf / ci

BPF CI
Other
10 stars 23 forks source link

Update rootfs with openssl and keyutils #48

Closed chantra closed 1 year ago

chantra commented 1 year ago

Logs are showing:

  #250     verif_stats:OK
  #251     verif_twfw:OK
  ./verify_sig_setup.sh: line 41: openssl: command not found
  ./verify_sig_setup.sh: line 58: keyctl: command not found
  ./verify_sig_setup.sh: line 58: keyctl: command not found
  test_verify_pkcs7_sig:PASS:mkdtemp 0 nsec
  test_verify_pkcs7_sig:FAIL:_run_setup_process unexpected error: 127 (errno 126)
chantra commented 1 year ago

This was solved by #51 . #52 addresses a second issue which was related to libcrypto incompatibility between the building host (Ubuntu focal with libssl 1.1) and the the VM running the tests (Debian bookworm with libssl3)