Eric Fiselier | 4e903a3 | 2018-12-15 03:24:33 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | set -x | ||||
3 | |||||
4 | # Update the libc++ sources in the image in order to use the most recent version of | ||||
5 | # run_buildbots.sh | ||||
6 | cd /libcxx | ||||
7 | git pull | ||||
Eric Fiselier | a8aa58f | 2019-06-18 19:31:38 +0000 | [diff] [blame^] | 8 | /libcxx/utils/docker/scripts/run_buildbot.sh "$@" |