Chris Yan

Results 5 comments of Chris Yan

For in-proc attestation for the specific Mystikos sample here, the libsgx-dcap-ql-dev library seems to be required and is not on the base container by default. Installing the library resolves the...

Build failures that are occasionally seen in Jenkins were root caused to be due to the following: ``` make[5]: Entering directory '/home/oeadmin/workspace/Mystikos/Nightly-Pipeline/tests/libcxx2' /home/oeadmin/workspace/Mystikos/Nightly-Pipeline/build/bin/myst mkext2 /home/oeadmin/workspace/Mystikos/Nightly-Pipeline/tests/libcxx2/appdir /home/oeadmin/workspace/Mystikos/Nightly-Pipeline/tests/libcxx2/rootfs sudo groupadd -f -g...

tests/ltp.sgx/fcntl04 ``` runtest[start]: /usr/bin/timeout 120 /usr/bin/time -f %e --quiet -o /tmp/tmp.vvjkB8JEuP /home/oeadmin/workspace/Mystikos_PR-MBP_PR-881/build/bin/myst exec-sgx --app-config-path config.json ext2fs /ltp/testcases/kernel/syscalls/pread/pread02 runtest[finish]: /usr/bin/timeout 120 /usr/bin/time -f %e --quiet -o /tmp/tmp.nfdOcvGjW9 /home/oeadmin/workspace/Mystikos_PR-MBP_PR-881/build/bin/myst exec-sgx --app-config-path config.json...

We have the following available in our repository which should cover this use-case: Dockerfile for Mystikos base container: https://github.com/deislabs/mystikos/blob/main/.jenkins/docker/base/Dockerfile Build script for the Dockerfile: https://github.com/deislabs/mystikos/blob/main/.jenkins/docker/base/build.sh An example of using the...

@vtikoo Would you mind rebasing this to latest main to pick up some CI changes? Thanks!