You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
make[2]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make -C /tmp/intel-sgx-ssl/Linux/sgx/test_app/ test
make[2]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make -f sgx_u.mk test
make[3]: Entering directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
sgx_u.mk:108: recipe for target 'test' failed
make[3]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make[3]: *** [test] Illegal instruction (core dumped)
Makefile:38: recipe for target 'test' failed
make[2]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx/test_app'
make[2]: *** [test] Error 2
make[1]: *** [test] Error 2
Makefile:74: recipe for target 'test' failed
make[1]: Leaving directory '/tmp/intel-sgx-ssl/Linux/sgx'
Makefile:58: recipe for target 'test' failed
make: *** [test] Error 2
ERROR: Service 'avalon-enclave-manager' failed to build : The command '/bin/sh -c platform=""; if [ "$DISTRO" = "bionic" ] ; then platform="ubuntu18.04"; elif [ "$DISTRO" = "centos" ] ; then platform="centos8.1"; fi; ldconfig && ln -s /etc/ssl/certs/* /usr/local/ssl/certs/ && MITIGATION_TOOLS=as.ld.objdump.gold.r2.tar.gz && wget https://download.01.org/intel-sgx/sgx-linux/2.10/$MITIGATION_TOOLS && tar -xvf $MITIGATION_TOOLS && cp external/toolset/$platform/* /usr/local/bin/ && rm $MITIGATION_TOOLS && git clone -b lin_2.10_1.1.1g https://github.com/intel/intel-sgx-ssl.git && . /opt/intel/sgxsdk/environment && (cd intel-sgx-ssl/openssl_source; mv /tmp/openssl-$OPENSSL_VER.tar.gz . ) && (cd intel-sgx-ssl/Linux; if ([ -c /dev/isgx ] && [ -S /var/run/aesmd/aesm.socket ]); then SGX_MODE=HW; else SGX_MODE=SIM; fi; make SGX_MODE=SIM DESTDIR=/opt/intel/sgxssl all test ) && (cd intel-sgx-ssl/Linux; make install ) && rm -rf /tmp/intel-sgx-ssl && echo "SGX_SSL=/opt/intel/sgxssl" >> /etc/environment' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered: