Skip to content

Commit 354d142

Browse files
andygroveclaude
andauthored
ci: disable Miri safety checks until compatibility is restored (#3504)
* ci: disable Miri safety checks until compatibility is restored Closes #3499 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b07360e commit 354d142

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/miri.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ on:
2828
- "native/core/benches/**"
2929
- "native/spark-expr/benches/**"
3030
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
31-
pull_request:
32-
paths-ignore:
33-
- "doc/**"
34-
- "docs/**"
35-
- "**.md"
36-
- "native/core/benches/**"
37-
- "native/spark-expr/benches/**"
38-
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
31+
# Disabled until Miri compatibility is restored
32+
# https://github.com/apache/datafusion-comet/issues/3499
33+
# pull_request:
34+
# paths-ignore:
35+
# - "doc/**"
36+
# - "docs/**"
37+
# - "**.md"
38+
# - "native/core/benches/**"
39+
# - "native/spark-expr/benches/**"
40+
# - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
3941
# manual trigger
4042
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4143
workflow_dispatch:

0 commit comments

Comments
 (0)