]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enable runner-specific make concurrency settings
authorMichał Kępień <michal@isc.org>
Fri, 9 Mar 2018 13:09:28 +0000 (14:09 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Mar 2018 16:29:24 +0000 (12:29 -0400)
commitc330c65e7728351e1077ed8679f248b12ff1a54b
tree77943bc1bd9d6aab5f625e82b049664f9502f457
parent09004c25a8e99043f232d647a672094ff7445105
Enable runner-specific make concurrency settings

Using fixed make concurrency settings on all runners is not flexible and
requires .gitlab-ci.yml to be modified each time tweaking these settings
is needed.  Use environment variables which are expected to be set by
the runner (defaulting to 1 in case they are not set) for controlling
make concurrency.
.gitlab-ci.yml