Skip to content

Commit 6743a16

Browse files
authored
Merge pull request #134 from datachainlab/update-dcap-version
Update DCAP_VERSION to 1.23.100.0-jammy1 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
2 parents 2bd0a21 + a3826e4 commit 6743a16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/install_sgx_sdk.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ 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
15-
# clone the repo
16-
git clone --recursive https://github.com/intel/SGXDataCenterAttestationPrimitives -b dcap_1.21_reproducible --depth 1
1715

1816
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
1917
chmod a+x sgx_linux_x64_sdk.bin

0 commit comments

Comments
 (0)