diff options
author | Eric Fiselier <eric@efcs.ca> | 2019-08-20 19:06:23 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2019-08-20 19:06:23 +0000 |
commit | bc2f425377085133aeeac3ce31c4532138301c23 (patch) | |
tree | 497f86370e3329b8733771561efb11412aa75351 /libcxx/utils | |
parent | fd4d77707ff87ff77b2636a8d532f50c8cf066c0 (diff) | |
download | bcm5719-llvm-bc2f425377085133aeeac3ce31c4532138301c23.tar.gz bcm5719-llvm-bc2f425377085133aeeac3ce31c4532138301c23.zip |
fix buildbot start script to no longer hang
llvm-svn: 369428
Diffstat (limited to 'libcxx/utils')
-rwxr-xr-x | libcxx/utils/docker/scripts/run_buildbot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/docker/scripts/run_buildbot.sh b/libcxx/utils/docker/scripts/run_buildbot.sh index c75b5344b52..b458e0eb381 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 |