blob: f47ddcd2481fadbca4a8f3483866def693e9e3ea [file] [log] [blame]
Eric Fiselier4e903a32018-12-15 03:24:33 +00001#!/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
Eric Fiseliera8aa58f2019-06-18 19:31:38 +00008/libcxx/utils/docker/scripts/run_buildbot.sh "$@"