File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ if [ $# -eq 0 ]; then
77fi
88SDK_DIR_PREFIX=$1
99
10- DCAP_VERSION=1.23.100.0-jammy1
10+ DCAP_VERSION=1.23.100.0-noble1
1111# create tmp dir
1212TMP_DIR=$( mktemp -d)
1313echo " Created temp dir: $TMP_DIR "
1414cd $TMP_DIR
1515
16- 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
16+ wget https://download.01.org/intel-sgx/sgx-dcap/1.23 /linux/distro/ubuntu24 .04-server/sgx_linux_x64_sdk_2.26 .100.0 .bin -O sgx_linux_x64_sdk.bin
1717chmod a+x sgx_linux_x64_sdk.bin
1818./sgx_linux_x64_sdk.bin --prefix=$SDK_DIR_PREFIX
1919rm -rf ./sgx_linux_x64_sdk.bin
2020
2121wget https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key
2222cat intel-sgx-deb.key | tee /etc/apt/keyrings/intel-sgx-keyring.asc > /dev/null
23- echo ' deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main' | tee /etc/apt/sources.list.d/intel-sgx.list
23+ echo ' deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu noble main' | tee /etc/apt/sources.list.d/intel-sgx.list
2424
2525apt-get update -y
2626apt-get install -y libsgx-dcap-ql=$DCAP_VERSION libsgx-dcap-ql-dev=$DCAP_VERSION
Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 env :
1313 SGX_MODE : SW
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions-rust-lang/setup-rust-toolchain@v1
1717 with :
1818 toolchain : nightly-2025-12-05
You can’t perform that action at this time.
0 commit comments