attempt to unbreak buildbots

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2019-06-14 19:31:17 +00:00
parent f6244f8e57
commit 2a9550e537
2 changed files with 9 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
#!/usr/bin/env bash
set -x
if [[ "$1" == "--new" ]]; then
shift
fi
# Update the libc++ sources in the image in order to use the most recent version of
# run_buildbots.sh
cd /libcxx
git pull
/libcxx/utils/docker/scripts/run_buildbot.sh "$@"
/libcxx/utils/docker/scripts/run_buildbot_new.sh "$@"