aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/ci/boost.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 11:07:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 11:15:12 +0300
commitc50da6df065985db1cd2d92f386c17a1731150ad (patch)
tree5c2fc0e3865dd2bf8af188b861c88d720579c3a8 /project/ci/boost.py
parentproject.boost: Bintray was shut down (diff)
downloadcmake-common-c50da6df065985db1cd2d92f386c17a1731150ad.tar.gz
cmake-common-c50da6df065985db1cd2d92f386c17a1731150ad.zip
project.boost.download: add --no-retry parameter
This is to facilitate testing mostly, but still required substantion refactoring.
Diffstat (limited to '')
-rw-r--r--project/ci/boost.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/ci/boost.py b/project/ci/boost.py
index a68e761..6861603 100644
--- a/project/ci/boost.py
+++ b/project/ci/boost.py
@@ -7,7 +7,7 @@ import argparse
import sys
from project.boost.build import BuildParameters, build
-from project.boost.download import DownloadParameters, download
+from project.boost.download import Download, download
from project.ci.dirs import Dirs
from project.linkage import Linkage
from project.utils import setup_logging
@@ -51,7 +51,7 @@ def build_ci(dirs, argv=None):
version = dirs.get_boost_version()
build_dir = dirs.get_build_dir()
boost_dir = dirs.get_boost_dir()
- params = DownloadParameters(version, cache_dir=build_dir, dest_path=boost_dir)
+ params = Download(version, cache_dir=build_dir, dest_path=boost_dir)
download(params)
params = BuildParameters(boost_dir,