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
f8f1dbb7
Unverified
Commit
f8f1dbb7
authored
Sep 01, 2020
by
Stan Kladko
Committed by
GitHub
Sep 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #161 from skalenetwork/SKALE-3189-fix-build
Skale 3189 fix build
parents
06f17ec4
105a2f7d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
DockerfileBase
DockerfileBase
+1
-1
build_deps.py
scripts/build_deps.py
+1
-1
sgx_tgmp.h.fixed
third_party/gmp/sgx_tgmp.h.fixed
+2
-0
No files found.
DockerfileBase
View file @
f8f1dbb7
FROM ubuntu:
xenial
FROM ubuntu:
bionic
COPY . /usr/src/sdk
COPY . /usr/src/sdk
...
...
scripts/build_deps.py
View file @
f8f1dbb7
...
@@ -102,7 +102,7 @@ assert subprocess.call(["make", "install"]) == 0
...
@@ -102,7 +102,7 @@ assert subprocess.call(["make", "install"]) == 0
assert
subprocess
.
call
([
"make"
,
"clean"
])
==
0
assert
subprocess
.
call
([
"make"
,
"clean"
])
==
0
os
.
chdir
(
topDir
)
os
.
chdir
(
topDir
)
assert
subprocess
.
call
([
"cp"
,
"
sgx_tgmp.h.fixed"
,
TGMP_BUILD_DIR
+
"/include/sgx_tgmp.h"
])
==
0
assert
subprocess
.
call
([
"cp"
,
"
third_party/gmp/sgx_tgmp.h.fixed"
,
TGMP_BUILD_DIR
+
"/include/sgx_tgmp.h"
])
==
-
2
os
.
chdir
(
topDir
)
os
.
chdir
(
topDir
)
print
(
"Build successfull."
)
print
(
"Build successfull."
)
sgx_tgmp.h.fixed
→
third_party/gmp/
sgx_tgmp.h.fixed
View file @
f8f1dbb7
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
Copyright 1991, 1993-1997, 1999-2016 Free Software Foundation, Inc.
Copyright 1991, 1993-1997, 1999-2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
This file is part of the GNU MP Library.
...
@@ -24,6 +25,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
...
@@ -24,6 +25,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
for more details.
You should have received copies of the GNU General Public License and the
You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
see https://www.gnu.org/licenses/. */
...
...
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