| set -x | |
| # 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 "$@" | |
| set -x | |
| # 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 "$@" | |