Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
119f61f9
Unverified
Commit
119f61f9
authored
Mar 26, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2345 Fix hardware mode
parent
1a324a2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
Dockerfile
Dockerfile
+2
-0
DockerfileSimulation
DockerfileSimulation
+2
-0
SGXWALLET_VERSION
SGXWALLET_VERSION
+1
-1
start.sh
docker/start.sh
+8
-0
No files found.
Dockerfile
View file @
119f61f9
FROM
skalenetwork/sgxwallet_base:latest
FROM
skalenetwork/sgxwallet_base:latest
WORKDIR
/usr/src/sdk
WORKDIR
/usr/src/sdk
ENV
SGX_MODE HW
COPY
*.cpp ./
COPY
*.cpp ./
COPY
*.h ./
COPY
*.h ./
...
...
DockerfileSimulation
View file @
119f61f9
FROM skalenetwork/sgxwallet_base:latest
FROM skalenetwork/sgxwallet_base:latest
WORKDIR /usr/src/sdk
WORKDIR /usr/src/sdk
COPY *.cpp ./
COPY *.cpp ./
COPY *.h ./
COPY *.h ./
COPY *.txt ./
COPY *.txt ./
...
...
SGXWALLET_VERSION
View file @
119f61f9
#define SGXWALLET_VERSION "1.43.1"
#define SGXWALLET_VERSION "1.45.1"
\ No newline at end of file
\ No newline at end of file
docker/start.sh
View file @
119f61f9
...
@@ -2,6 +2,14 @@
...
@@ -2,6 +2,14 @@
source
/opt/intel/sgxsdk/environment
source
/opt/intel/sgxsdk/environment
cd
/usr/src/sdk
;
cd
/usr/src/sdk
;
if
[
-z
"
$HW_MODE
"
]
then
jhid
-d
/opt/intel/sgxpsw/aesm/aesm_service &
pid
=
$!
sleep
2
fi
echo
$1
echo
$1
if
[
"
$1
"
=
-t
]
;
then
if
[
"
$1
"
=
-t
]
;
then
set
-e
set
-e
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment