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
1fe18206
Unverified
Commit
1fe18206
authored
Jan 24, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed add README toc
parent
7a7209df
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
Dockerfile
Dockerfile
+0
-5
DockerfileBase
DockerfileBase
+6
-0
DockerfileSimulation
DockerfileSimulation
+1
-5
start.sh
docker/start.sh
+1
-1
No files found.
Dockerfile
View file @
1fe18206
...
@@ -32,11 +32,6 @@ RUN autoconf
...
@@ -32,11 +32,6 @@ RUN autoconf
RUN
./configure
RUN
./configure
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN
make
RUN
make
RUN
wget
--progress
=
dot:mega
-O
- https://github.com/intel/dynamic-application-loader-host-interface/archive/072d233296c15d0dcd1fb4570694d0244729f87b.tar.gz |
tar
-xz
&&
\
cd
dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
&&
\
cmake
.
-DCMAKE_BUILD_TYPE
=
Release
-DINIT_SYSTEM
=
SysVinit
&&
\
make
install
&&
\
cd
..
&&
rm
-rf
dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
RUN
mkdir
/user/src/sdk/sgx_data
RUN
mkdir
/user/src/sdk/sgx_data
...
...
DockerfileBase
View file @
1fe18206
...
@@ -48,4 +48,10 @@ RUN git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
...
@@ -48,4 +48,10 @@ RUN git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
COPY configure.gmp ./
COPY configure.gmp ./
RUN cd scripts; ./build.py
RUN cd scripts; ./build.py
RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-loader-host-interface/archive/072d233296c15d0dcd1fb4570694d0244729f87b.tar.gz | tar -xz && \
cd dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b && \
cmake . -DCMAKE_BUILD_TYPE=Release -DINIT_SYSTEM=SysVinit && \
make install && \
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
DockerfileSimulation
View file @
1fe18206
...
@@ -31,11 +31,7 @@ RUN autoconf
...
@@ -31,11 +31,7 @@ RUN autoconf
RUN ./configure --enable-sgx-simulation
RUN ./configure --enable-sgx-simulation
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make
RUN make
RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-loader-host-interface/archive/072d233296c15d0dcd1fb4570694d0244729f87b.tar.gz | tar -xz && \
cd dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b && \
cmake . -DCMAKE_BUILD_TYPE=Release -DINIT_SYSTEM=SysVinit && \
make install && \
cd .. && rm -rf dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
RUN mkdir /usr/src/sdk/sgx_data
RUN mkdir /usr/src/sdk/sgx_data
COPY docker/start.sh ./
COPY docker/start.sh ./
...
...
docker/start.sh
View file @
1fe18206
...
@@ -8,5 +8,5 @@ jhid -d
...
@@ -8,5 +8,5 @@ jhid -d
pid
=
$!
pid
=
$!
sleep
2
sleep
2
cd
/usr/src/sdk
;
./sgxwallet
$1
cd
/usr/src/sdk
;
./sgxwallet
$1
$2
$3
$4
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