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
b60b16f3
Unverified
Commit
b60b16f3
authored
Apr 27, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2454-add-logs-to-enclave
parent
44fecd32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
Dockerfile
Dockerfile
+0
-1
DockerfileSimulation
DockerfileSimulation
+1
-2
autoconf.bash
autoconf.bash
+6
-0
No files found.
Dockerfile
View file @
b60b16f3
...
...
@@ -24,7 +24,6 @@ COPY SGXWALLET_VERSION ./
RUN
./autoconf.bash
RUN
./configure
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN
make
RUN
mkdir
/usr/src/sdk/sgx_data
COPY
docker/start.sh ./
...
...
DockerfileSimulation
View file @
b60b16f3
...
...
@@ -23,9 +23,8 @@ COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./
COPY autoconf.bash ./
RUN autoconf.bash
RUN
./
autoconf.bash
RUN ./configure --enable-sgx-simulation
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
RUN make
RUN mkdir /usr/src/sdk/sgx_data
...
...
autoconf.bash
0 → 100755
View file @
b60b16f3
#!/bin/bash
libtoolize
--force
aclocal
autoheader
||
true
automake
--force-missing
--add-missing
autoconf
\ No newline at end of file
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