diff --git a/.github/workflows/containers/github-action-ci/stage1.Dockerfile b/.github/workflows/containers/github-action-ci/stage1.Dockerfile index 8c6bcf46384105..6a8819d8e1af16 100644 --- a/.github/workflows/containers/github-action-ci/stage1.Dockerfile +++ b/.github/workflows/containers/github-action-ci/stage1.Dockerfile @@ -32,7 +32,9 @@ RUN mkdir build RUN cmake -B ./build -G Ninja ./llvm \ -C ./clang/cmake/caches/BOLT-PGO.cmake \ -DBOOTSTRAP_LLVM_ENABLE_LLD=ON \ + -DBOOTSTRAP_LLVM_TARGETS_TO_BUILD=Native \ -DBOOTSTRAP_BOOTSTRAP_LLVM_ENABLE_LLD=ON \ + -DBOOTSTRAP_BOOTSTRAP_LLVM_TARGETS_TO_BUILD=Native \ -DPGO_INSTRUMENT_LTO=Thin \ -DLLVM_ENABLE_RUNTIMES="compiler-rt" \ -DCMAKE_INSTALL_PREFIX="$LLVM_SYSROOT" \