fix: add missing flag and dep

This commit is contained in:
Anton Livaja 2024-08-14 06:05:43 -04:00
parent afa95fa2ea
commit 43a3fed77d
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -8,6 +8,7 @@ ADD --checksum=sha256:${SRC_HASH} ${SRC_SITE} .
FROM fetch AS build
COPY --from=stagex/busybox . /
COPY --from=stagex/linux-headers . /
COPY --from=stagex/binutils . /
COPY --from=stagex/cmake . /
COPY --from=stagex/ninja . /
@ -54,6 +55,7 @@ RUN --network=none <<-EOF
-DLLVM_ENABLE_ZSTD=OFF \
-DLLVM_INCLUDE_BENCHMARKS=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
-DLLVM_INSTALL_GTEST=ON \
-DLLVM_INSTALL_UTILS=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_USE_PERF=ON