Lines Matching +full:libcxx +full:- +full:build
3 # This script starts a shell in a container running the libc++ build bot Docker
7 # Once you're inside the shell, you can run the various build jobs with the
8 # `run-buildbot` script.
13 # is useful for editing files on the host machine and re-running the build bot
20 # --user $(id -u):$(id -g)
22 set -e
24 MONOREPO_ROOT="$(git rev-parse --show-toplevel)"
25 if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
29 docker pull ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
30 docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1 \
31 bash -c 'git config --global --add safe.directory /llvm ; exec bash'