We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I am unable to build the Docker image on MacOS BigSur. In particular, fetching the Intel SGX SDK seems to fail.
To Reproduce
veracruz-docker-image
make TEE=tz VERACRUZ_ROOT=../github-veracruz
../github-veracruz
download.01.org
=> ERROR [build_sgx 4/11] RUN wget https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && dpkg -i libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && rm libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb 75.5s ------ > [build_sgx 4/11] RUN wget https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && dpkg -i libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && rm libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb: #7 0.290 --2021-04-26 15:44:23-- https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb #7 0.291 Resolving download.01.org (download.01.org)... 81.130.111.240, 81.130.111.239 #7 0.320 Connecting to download.01.org (download.01.org)|81.130.111.240|:443... connected. #7 75.51 Unable to establish SSL connection. ------ executor failed running [/bin/bash -c wget https://download.01.org/intel-sgx/linux-2.5/ubuntu18.04-server/libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && dpkg -i libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb && rm libsgx-enclave-common_2.5.101.50123-bionic1_amd64.deb]: exit code: 4
Expected behavior I expect the Docker container to build to completion.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
basmaelgaabouri
No branches or pull requests
Describe the bug
I am unable to build the Docker image on MacOS BigSur. In particular, fetching the Intel SGX SDK seems to fail.
To Reproduce
veracruz-docker-image
repository.make TEE=tz VERACRUZ_ROOT=../github-veracruz
(where../github-veracruz
is my copy of the Veracruz codebase),download.01.org
:Expected behavior
I expect the Docker container to build to completion.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: