aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Parpart <christian@ethereum.org>2019-01-14 19:21:06 +0800
committerChristian Parpart <christian@ethereum.org>2019-01-14 23:10:26 +0800
commitb7eaa4f8d3bfd4a1a04899f26bb1292ea1949f64 (patch)
tree75d83f5d604a4951d0436d6c8f776d811c00a21e /scripts
parent051df31924e7d10351e9a3abd4becd3631e83391 (diff)
downloaddexon-solidity-b7eaa4f8d3bfd4a1a04899f26bb1292ea1949f64.tar.gz
dexon-solidity-b7eaa4f8d3bfd4a1a04899f26bb1292ea1949f64.tar.zst
dexon-solidity-b7eaa4f8d3bfd4a1a04899f26bb1292ea1949f64.zip
Ensuring we use at least boost 1.65, build static on Xenial, and adapt CircleCI accordingly.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install_deps.cmake4
-rwxr-xr-xscripts/release_ppa.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install_deps.cmake b/scripts/install_deps.cmake
index d1284b9e..0cb0ed62 100644
--- a/scripts/install_deps.cmake
+++ b/scripts/install_deps.cmake
@@ -90,10 +90,10 @@ function(prepare_package_source NAME VERSION URL)
endfunction()
set(INSTALL_DIR "${ROOT_DIR}/install")
-set(SERVER "https://github.com/ethereum/cpp-dependencies/releases/download/vc140/")
+set(SERVER "https://github.com/ethereum/cpp-dependencies/releases/download/vs2017/")
function(download_and_install PACKAGE_NAME)
download_and_unpack("${SERVER}${PACKAGE_NAME}.tar.gz" ${INSTALL_DIR})
endfunction(download_and_install)
-download_and_install("boost-1.61")
+download_and_install("boost-1.67.0")
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh
index 4ba0e644..6cba7dff 100755
--- a/scripts/release_ppa.sh
+++ b/scripts/release_ppa.sh
@@ -53,7 +53,7 @@ packagename=solc
static_build_distribution=cosmic
-for distribution in xenial bionic cosmic STATIC
+for distribution in bionic cosmic STATIC
do
cd /tmp/
rm -rf $distribution