xref: /aosp_15_r20/external/libcxx/utils/docker/scripts/docker_start_buildbots.sh (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1#!/usr/bin/env bash
2set -x
3
4# Update the libc++ sources in the image in order to use the most recent version of
5# run_buildbots.sh
6cd /libcxx
7git pull
8/libcxx/utils/docker/scripts/run_buildbot.sh "$@"
9