Unverified Commit f8f1dbb7 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #161 from skalenetwork/SKALE-3189-fix-build

Skale 3189 fix build
parents 06f17ec4 105a2f7d
FROM ubuntu:xenial
FROM ubuntu:bionic
COPY . /usr/src/sdk
......
......@@ -102,7 +102,7 @@ assert subprocess.call(["make", "install"]) == 0
assert subprocess.call(["make", "clean"]) == 0
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)
print("Build successfull.")
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
Copyright 1991, 1993-1997, 1999-2016 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
......@@ -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
for more details.
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,
see https://www.gnu.org/licenses/. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment