diff options
| author | Eric Fiselier <eric@efcs.ca> | 2019-01-19 09:07:04 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2019-01-19 09:07:04 +0000 |
| commit | 8c0332204d8f226beb5e632974078a455cad256b (patch) | |
| tree | 67ed44790739c5e35f2ad563ff0cb53911d4561e /libcxx/utils/docker/scripts | |
| parent | 25f18bfd4f5481cd91f09aeb6ed48334940f3e9a (diff) | |
| download | bcm5719-llvm-8c0332204d8f226beb5e632974078a455cad256b.tar.gz bcm5719-llvm-8c0332204d8f226beb5e632974078a455cad256b.zip | |
Fix all the bots.
The buildbot start scripts hardcode the version string.
Bump it from 8 to 9.
llvm-svn: 351638
Diffstat (limited to 'libcxx/utils/docker/scripts')
| -rwxr-xr-x | libcxx/utils/docker/scripts/run_buildbot.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/utils/docker/scripts/run_buildbot.sh b/libcxx/utils/docker/scripts/run_buildbot.sh index 45f5a1cf6bf..96e832dd4e4 100755 --- a/libcxx/utils/docker/scripts/run_buildbot.sh +++ b/libcxx/utils/docker/scripts/run_buildbot.sh @@ -15,9 +15,9 @@ apt-get upgrade -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-8 +apt-get install lld-9 rm /usr/bin/ld -ln -s /usr/bin/lld-8 /usr/bin/ld +ln -s /usr/bin/lld-9 /usr/bin/ld systemctl set-property buildslave.service TasksMax=100000 @@ -59,4 +59,4 @@ grep "slave is ready" $BOT_DIR/twistd.log || shutdown now # Gracefully restart before that happen. sleep 72000 while pkill -SIGHUP buildslave; do sleep 5; done; -shutdown now
\ No newline at end of file +shutdown now |

