diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 13:31:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-20 13:31:52 +0200 |
commit | 1fcd5d1067254c40921df17b8de906c81934077a (patch) | |
tree | 71dc34b096c6ee9544d8e99c6240b7fbf4d3078d /etc/bootstrap/bbot-bootstrap.service | |
parent | 3ddab9d7360213cda421ac25f62cbf7ef92b513b (diff) |
Add support for parallel bootstrap on Linux, Mac OS, and FreeBSD
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.service')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.service b/etc/bootstrap/bbot-bootstrap.service index 8879c72..3e4cba0 100644 --- a/etc/bootstrap/bbot-bootstrap.service +++ b/etc/bootstrap/bbot-bootstrap.service @@ -17,7 +17,7 @@ Environment=CXX=g++ Environment=BUILD=/tmp Environment=ENVIRONMENTS=/home/build/environments -ExecStart=/usr/local/bin/bbot-bootstrap.sh \ +ExecStart=/usr/local/bin/bbot-bootstrap-linux.sh \ --cxx ${CXX} \ --build ${BUILD} \ --environments ${ENVIRONMENTS} |