Following the online docs I downloaded and executed the
run.py
script usingpython run.py --runner=Stefan --toolsets=gcc-6.2.1 --tag=develop
which eventually resulted in
# Executing GIT command: /home/stefan/projects/boost_ro
ot> git submodule foreach "git submodule deinit ." Entering 'libs/accumulators' error: pathspec '.' did not match any file(s) known to git. Stopping at 'libs/accumulators'; script returned non-zero status. # git_source_checkout failed with message "GIT command "git submodule foreach "git submodule deinit ."" failed with code 256" # Retrying (5 more attempts). ... # Retrying (1 more attempts). # Executing GIT command: /home/stefan/projects/boost_ro ot> git submodule foreach "git submodule deinit ." Entering 'libs/accumulators' error: pathspec '.' did not match any file(s) known to git. Stopping at 'libs/accumulators'; script returned non-zero status. # git_source_checkout failed with message "GIT command "git submodule foreach "git submodule deinit ."" failed with code 256" # Giving up.