mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
9 lines
201 B
Bash
Executable File
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
|
|
/libcxx/utils/docker/scripts/run_buildbot.sh "$@"
|