docker_start_buildbots.sh 201 B

12345678
  1. #!/usr/bin/env bash
  2. set -x
  3. # Update the libc++ sources in the image in order to use the most recent version of
  4. # run_buildbots.sh
  5. cd /libcxx
  6. git pull
  7. /libcxx/utils/docker/scripts/run_buildbot.sh "$@"