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
44fecd32
Unverified
Commit
44fecd32
authored
Apr 27, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2454-add-logs-to-enclave
parent
76237785
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
Dockerfile
Dockerfile
+1
-1
DockerfileBase
DockerfileBase
+2
-1
DockerfileSimulation
DockerfileSimulation
+1
-1
autogen.sh
autogen.sh
+0
-6
No files found.
Dockerfile
View file @
44fecd32
...
...
@@ -14,7 +14,7 @@ COPY docker ./docker
COPY
build-aux ./build-aux
COPY
cert ./cert
COPY
jsonrpc ./jsonrpc
COPY
autoconf.bash ./
COPY
leveldb ./leveldb
COPY
m4 ./m4
COPY
scripts ./scripts
...
...
DockerfileBase
View file @
44fecd32
...
...
@@ -8,7 +8,7 @@ COPY *.txt ./
COPY *.c ./
COPY *.am ./
COPY *.hpp ./
COPY auto
gen.
sh ./
COPY auto
conf.ba
sh ./
COPY *.gmp ./
COPY *.ac ./
COPY *.json ./
...
...
@@ -24,6 +24,7 @@ COPY secure_enclave ./secure_enclave
COPY sgx-gmp ./sgx-gmp
COPY sgx-software-enable ./sgx-software-enable
COPY trusted_libff ./trusted_libff
COPY m4 ./m4
RUN rm -rf /usr/src/sdk/leveldb/build/
RUN apt-get update && apt-get install -yq --no-install-recommends python-yaml vim telnet git ca-certificates build-essential ocaml ocamlbuild automake autoconf libtool wget python libssl-dev libssl-dev libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev alien cmake debhelper uuid-dev libxml2-dev
...
...
DockerfileSimulation
View file @
44fecd32
...
...
@@ -22,7 +22,7 @@ COPY scripts ./scripts
COPY secure_enclave ./secure_enclave
COPY spdlog ./spdlog
COPY SGXWALLET_VERSION ./
COPY autoconf.bash ./
RUN autoconf.bash
RUN ./configure --enable-sgx-simulation
### RUN cd libBLS; cmake -H. -Bbuild; cmake --build build -- -j$(nproc);
...
...
autogen.sh
deleted
100644 → 0
View file @
76237785
#! /bin/sh
aclocal
&&
\
automake
--add-missing
&&
\
autoconf
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