Unverified Commit 119f61f9 authored by kladko's avatar kladko

SKALE-2345 Fix hardware mode

parent 1a324a2a
FROM skalenetwork/sgxwallet_base:latest
WORKDIR /usr/src/sdk
ENV SGX_MODE HW
COPY *.cpp ./
COPY *.h ./
......
FROM skalenetwork/sgxwallet_base:latest
WORKDIR /usr/src/sdk
COPY *.cpp ./
COPY *.h ./
COPY *.txt ./
......
#define SGXWALLET_VERSION "1.43.1"
\ No newline at end of file
#define SGXWALLET_VERSION "1.45.1"
\ No newline at end of file
......@@ -2,6 +2,14 @@
source /opt/intel/sgxsdk/environment
cd /usr/src/sdk;
if [ -z "$HW_MODE" ]
then
jhid -d
/opt/intel/sgxpsw/aesm/aesm_service &
pid=$!
sleep 2
fi
echo $1
if [ "$1" = -t ]; then
set -e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment