Skip to content

Commit 7bdb739

Browse files
committed
Disable runtimes
1 parent 96f22f8 commit 7bdb739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
cmake -G Ninja -S llvm -B build \
274274
${{ needs.prepare.outputs.target-cmake-flags }} \
275275
-DLLVM_RELEASE_ENABLE_PROJECTS="mlir" \
276-
-DLLVM_RELEASE_ENABLE_RUTNIMES="" \
276+
-DLLVM_RELEASE_ENABLE_RUNTIMES="" \
277277
-DLLVM_RELEASE_FINAL_STAGE_TARGETS="check-mlir" \
278278
-C clang/cmake/caches/Release.cmake
279279
- name: Build and Test

0 commit comments

Comments
 (0)