Skip to content

Commit 4683d47

Browse files
committed
Disable cranelift in try builds
1 parent 7b6a2f5 commit 4683d47

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
@@ -84,7 +84,7 @@ pr:
8484
try:
8585
- image: dist-x86_64-linux
8686
env:
87-
CODEGEN_BACKENDS: llvm,cranelift
87+
CODEGEN_BACKENDS: llvm
8888
<<: *job-linux-16c
8989

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

0 commit comments

Comments
 (0)