Files
clang-p2996/libcxx/utils/docker/scripts/docker_update_bot.sh
Eric Fiselier bed690e370 Attempt to remove linker workaround on the buildbots.
I have no idea if this is still needed, but removing the
workaround seems like the easiest way to test.

I'll revert this change if the bots go red.

llvm-svn: 373650
2019-10-03 19:13:35 +00:00

26 lines
465 B
Bash
Executable File

#!/usr/bin/env bash
set -x
cd /libcxx
git pull
#pushd /tmp
#curl -sSO https://dl.google.com/cloudagents/install-monitoring-agent.sh
#bash install-monitoring-agent.sh
#curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh
#bash install-logging-agent.sh --structured
#popd
apt-get update -y
apt-get upgrade -y
apt-get install sudo -y
systemctl set-property buildslave.service TasksMax=100000
systemctl daemon-reload
service buildslave restart