[libcxx-commits] [libcxx] r369428 - fix buildbot start script to no longer hang
Eric Fiselier via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 20 12:06:23 PDT 2019
Author: ericwf
Date: Tue Aug 20 12:06:23 2019
New Revision: 369428
URL: http://llvm.org/viewvc/llvm-project?rev=369428&view=rev
Log:
fix buildbot start script to no longer hang
Modified:
libcxx/trunk/utils/docker/scripts/run_buildbot.sh
Modified: libcxx/trunk/utils/docker/scripts/run_buildbot.sh
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/utils/docker/scripts/run_buildbot.sh?rev=369428&r1=369427&r2=369428&view=diff
==============================================================================
--- libcxx/trunk/utils/docker/scripts/run_buildbot.sh (original)
+++ libcxx/trunk/utils/docker/scripts/run_buildbot.sh Tue Aug 20 12:06:23 2019
@@ -20,7 +20,7 @@ apt-get install sudo -y
# FIXME(EricWF): Remove this hack. It's only in place to temporarily fix linking libclang_rt from the
# debian packages.
# WARNING: If you're not a buildbot, DO NOT RUN!
-apt-get install lld-10
+apt-get install lld-10 -y
rm /usr/bin/ld
ln -s /usr/bin/lld-10 /usr/bin/ld
More information about the libcxx-commits
mailing list