Skip to content

Commit 526dbc2

Browse files
committed
Bump DCAP_VERSION to 1.23.100.0-jammy1
DCAP 1.21.100.3-jammy1 has gone from https://download.01.org/intel-sgx/sgx_repo/ubuntu
1 parent 2bd0a21 commit 526dbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/install_sgx_sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ if [ $# -eq 0 ]; then
77
fi
88
SDK_DIR_PREFIX=$1
99

10-
DCAP_VERSION=1.21.100.3-jammy1
10+
DCAP_VERSION=1.23.100.0-jammy1
1111
# create tmp dir
1212
TMP_DIR=$(mktemp -d)
1313
echo "Created temp dir: $TMP_DIR"
1414
cd $TMP_DIR
1515
# clone the repo
16-
git clone --recursive https://github.com/intel/SGXDataCenterAttestationPrimitives -b dcap_1.21_reproducible --depth 1
16+
#git clone --recursive https://github.com/intel/SGXDataCenterAttestationPrimitives -b dcap_1.21_reproducible --depth 1
1717

1818
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
1919
chmod a+x sgx_linux_x64_sdk.bin

0 commit comments

Comments
 (0)