307 | 2s | 1% | retry -- apt-get update |
327 | 17s | 10% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y ninja-build build-essential pkg-config curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
980 | 1m18s | 47% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-19.1.0 /msan/llvm-project |
1000 | 18s | 10% | cmake -G Ninja -B /msan/clang_build/ -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=Native '-DLLVM_ENABLE_RUNTIMES=compiler-rt;libcxx;libcxxabi;libunwind' -S /msan/llvm-project/llvm |