We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219f731 commit b75f29bCopy full SHA for b75f29b
.github/workflows/release-binaries.yml
@@ -271,6 +271,7 @@ jobs:
271
cmake -G Ninja -S llvm -B build \
272
${{ needs.prepare.outputs.target-cmake-flags }} \
273
-DLLVM_RELEASE_ENABLE_PROJECTS="mlir" \
274
+ -DLLVM_RELEASE_ENABLE_RUTNIMES="" \
275
-DLLVM_RELEASE_FINAL_STAGE_TARGETS="check-mlir" \
276
-C clang/cmake/caches/Release.cmake
277
- name: Build and Test
0 commit comments