Hello,
I had built Teaclave in simulation mode
`docker run --rm -v $(pwd):/teaclave -w /teaclave \
-it teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latest \
bash -c ". /root/.cargo/env && \
. /opt/sgxsdk/environment && \
mkdir -p build && cd build && \
cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON .. && \
make"`
And then I run the command
`(cd docker && docker-compose -f docker-compose-ubuntu-1804.yml up --build)`
but it show
`ERROR: Service 'teaclave-access-control-service' failed to build: ADD failed:
stat
/var/lib/docker/tmp/docker-builder869057053/release/services/teaclave_frontend_service:
no such file or directory
`
How to sovle the issue for the simulation mode?
My os : Ubuntu 18.04.4 LTS
My CPU:Intel(R) Xeon(R) Gold 6266C CPU @ 3.00GHz
It does not support Intel SGX.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/437