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
fd7c7d3e
Unverified
Commit
fd7c7d3e
authored
Aug 16, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding signatures
parent
81e79b54
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
DockerfileRelease
DockerfileRelease
+1
-1
DockerfileSimulation
DockerfileSimulation
+1
-1
No files found.
Dockerfile
View file @
fd7c7d3e
...
...
@@ -8,6 +8,6 @@ RUN ./autoconf.bash
RUN
./configure
RUN
bash
-c
"make -j
$(
nproc
)
"
RUN
ccache
-sz
RUN
mkdir
/usr/src/sdk/sgx_data
RUN
mkdir
-p
/usr/src/sdk/sgx_data
COPY
docker/start.sh ./
ENTRYPOINT
["/usr/src/sdk/start.sh"]
DockerfileRelease
View file @
fd7c7d3e
...
...
@@ -12,6 +12,6 @@ RUN ./configure --with-sgx-build=release
RUN bash -c "make -j$(nproc)"
RUN cd scripts && ./sign_enclave.bash
RUN ccache -sz
RUN mkdir /usr/src/sdk/sgx_data
RUN mkdir
-p
/usr/src/sdk/sgx_data
COPY docker/start.sh ./
ENTRYPOINT ["/usr/src/sdk/start.sh"]
DockerfileSimulation
View file @
fd7c7d3e
...
...
@@ -11,7 +11,7 @@ RUN ./autoconf.bash && \
./configure --enable-sgx-simulation && \
bash -c "make" && \
ccache -sz && \
mkdir /usr/src/sdk/sgx_data
mkdir
-p
/usr/src/sdk/sgx_data
COPY docker/start.sh ./
...
...
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