303 | 3s | 0% | retry -- apt-get update |
323 | 20s | 5% | 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' |
971 | 1m22s | 23% | retry -- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-19.1.6 /msan/llvm-project |
991 | 23s | 6% | 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 |