Skip to content

Commit

Permalink
Add llvm_vcsrevision_h to LLVM_DISTRIBUTION_COMPONENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
silee2 committed Dec 1, 2023
1 parent 7ea1471 commit c92a2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
-DLLVM_TARGETS_TO_BUILD=X86 \
-DLLVM_ENABLE_BINDINGS=OFF \
-DLLVM_ENABLE_ZSTD=OFF \
-DLLVM_DISTRIBUTION_COMPONENTS="llvm-headers;llvm-libraries;cmake-exports;FileCheck;count;not;mlir-headers;mlir-libraries;mlir-cmake-exports;mlir-tblgen;mlir-cpu-runner" \
-DLLVM_DISTRIBUTION_COMPONENTS="llvm_vcsrevision_h;llvm-headers;llvm-libraries;cmake-exports;FileCheck;count;not;mlir-headers;mlir-libraries;mlir-cmake-exports;mlir-tblgen;mlir-cpu-runner" \
-DCMAKE_INSTALL_PREFIX=/home/runner/work/llvm-mlir/_mlir_install || exit 1
cmake --build _build --target install-distribution-stripped || exit 1
popd
Expand Down

0 comments on commit c92a2bd

Please sign in to comment.