tpm2-software / tpm2-tss-engine

OpenSSL Engine for TPM2 devices
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
148 stars 97 forks source link

lgtm: update build script with acl #213

Closed williamcroberts closed 3 years ago

williamcroberts commented 3 years ago

Fixes: [2021-04-26 19:38:54] [build-stdout] checking for chmod... yes [2021-04-26 19:38:54] [build-stdout] checking for mkdir... yes [2021-04-26 19:38:54] [build-stdout] checking for setfacl... no [2021-04-26 19:38:54] [build-stderr] configure: error: Missing required program 'setfacl': ensure it is installed and on PATH. [2021-04-26 19:38:54] [ERROR] Spawned process exited abnormally (code 1; tried to run: [/opt/work/lgtm-workspace/lgtm/extract.sh]) A fatal error occurred: Exit status 1 from command: [/opt/work/lgtm-workspace/lgtm/extract.sh]

Signed-off-by: William Roberts william.c.roberts@intel.com