Files
libcxx/utils/docker/scripts/docker_start_buildbots.sh
2018-12-15 03:24:33 +00:00

9 lines
201 B
Bash
Executable File

#!/usr/bin/env bash
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
source utils/docker/scripts/run_buildbots.sh "$@"