304 | 2s | 0% | retry -- apt-get update |
324 | 15s | 1% | retry -- bash -c 'apt-get install --no-install-recommends --no-upgrade -y ninja-build build-essential pkgconf curl ca-certificates ccache python3 rsync git procps bison e2fsprogs cmake' |
972 | 1m31s | 6% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-19.1.6 /msan/llvm-project |
992 | 18s | 1% | 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 |