From bc2f425377085133aeeac3ce31c4532138301c23 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 20 Aug 2019 19:06:23 +0000 Subject: [PATCH] fix buildbot start script to no longer hang llvm-svn: 369428 --- libcxx/utils/docker/scripts/run_buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/docker/scripts/run_buildbot.sh b/libcxx/utils/docker/scripts/run_buildbot.sh index c75b534..b458e0e 100755 --- a/libcxx/utils/docker/scripts/run_buildbot.sh +++ b/libcxx/utils/docker/scripts/run_buildbot.sh @@ -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 -- 2.7.4