summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3f22548b427..a6ff1ff72017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -119,6 +119,7 @@ build() {
# By default in /etc/makepkg.conf this is "-D_FORTIFY_SOURCE=2"
# Which will break `compiler-rt`
unset CPPFLAGS
+ export DISTCC_HOSTS='--randomize localhost red,cpp,lzo green,cpp,lzo blue,cpp,lzo'
python swift/utils/build-script --preset=buildbot_linux,no_test install_destdir="$pkgdir"
}