Skip to content

Commit b75f29b

Browse files
committed
Disable runtimes too
1 parent 219f731 commit b75f29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271
cmake -G Ninja -S llvm -B build \
272272
${{ needs.prepare.outputs.target-cmake-flags }} \
273273
-DLLVM_RELEASE_ENABLE_PROJECTS="mlir" \
274+
-DLLVM_RELEASE_ENABLE_RUTNIMES="" \
274275
-DLLVM_RELEASE_FINAL_STAGE_TARGETS="check-mlir" \
275276
-C clang/cmake/caches/Release.cmake
276277
- name: Build and Test

0 commit comments

Comments
 (0)