Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5827dc5

Browse files
tmandryKobzol
authored andcommitted
Disable cranelift in try builds
1 parent a4166da commit 5827dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pr:
121121
try:
122122
- name: dist-x86_64-linux
123123
env:
124-
CODEGEN_BACKENDS: llvm,cranelift
124+
CODEGEN_BACKENDS: llvm
125125
<<: *job-linux-16c
126126

127127
# Main CI jobs that have to be green to merge a commit into master

0 commit comments

Comments
 (0)