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
d9ac6c78
Unverified
Commit
d9ac6c78
authored
Apr 13, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2184 fix memory
parent
d196b956
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
start.sh
docker/start.sh
+2
-0
linux-sgx-driver
linux-sgx-driver
+1
-1
docker-compose.yml
run_sgx/docker-compose.yml
+1
-0
docker-compose.yml
run_sgx_sim/docker-compose.yml
+1
-0
No files found.
docker/start.sh
View file @
d9ac6c78
...
...
@@ -4,6 +4,8 @@ set -v
source
/opt/intel/sgxsdk/environment
if
!
[
-f
/root/.rnd
]
;
then
dd
if
=
/dev/random
of
=
/root/.rnd
bs
=
256
count
=
1
;
fi
cd
/usr/src/sdk
;
...
...
linux-sgx-driver
@
95eaa6f6
Subproject commit
a62f3114718ccd5e16ba01d5bf3e89877c41c8f8
Subproject commit
95eaa6f6693cd86c35e10a22b4f8e483373c987c
run_sgx/docker-compose.yml
View file @
d9ac6c78
...
...
@@ -11,6 +11,7 @@ services:
-
"
/dev/mei0"
volumes
:
-
./sgx_data:/usr/src/sdk/sgx_data
-
/dev/urandom:/dev/random
logging
:
driver
:
json-file
options
:
...
...
run_sgx_sim/docker-compose.yml
View file @
d9ac6c78
...
...
@@ -8,6 +8,7 @@ services:
-
"
1028:1028"
volumes
:
-
./sgx_data:/usr/src/sdk/sgx_data
-
/dev/urandom:/dev/random
logging
:
driver
:
json-file
options
:
...
...
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