We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd0a21 commit 526dbc2Copy full SHA for 526dbc2
.github/scripts/install_sgx_sdk.sh
@@ -7,13 +7,13 @@ if [ $# -eq 0 ]; then
7
fi
8
SDK_DIR_PREFIX=$1
9
10
-DCAP_VERSION=1.21.100.3-jammy1
+DCAP_VERSION=1.23.100.0-jammy1
11
# create tmp dir
12
TMP_DIR=$(mktemp -d)
13
echo "Created temp dir: $TMP_DIR"
14
cd $TMP_DIR
15
# clone the repo
16
-git clone --recursive https://github.com/intel/SGXDataCenterAttestationPrimitives -b dcap_1.21_reproducible --depth 1
+#git clone --recursive https://github.com/intel/SGXDataCenterAttestationPrimitives -b dcap_1.21_reproducible --depth 1
17
18
wget https://download.01.org/intel-sgx/sgx-dcap/1.21/linux/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.24.100.3.bin -O sgx_linux_x64_sdk.bin
19
chmod a+x sgx_linux_x64_sdk.bin
0 commit comments