Skip to content

Commit d60f048

Browse files
committed
Enable cg_clif tests for riscv64gc
1 parent e07f47b commit d60f048

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2999,7 +2999,7 @@ impl Step for CodegenCranelift {
29992999

30003000
let triple = run.target.triple;
30013001
let target_supported = if triple.contains("linux") {
3002-
triple.contains("x86_64") || triple.contains("aarch64") || triple.contains("s390x")
3002+
triple.contains("x86_64") || triple.contains("aarch64") || triple.contains("s390x") || triple.contains("riscv64gc")
30033003
} else if triple.contains("darwin") || triple.contains("windows") {
30043004
triple.contains("x86_64")
30053005
} else {

0 commit comments

Comments
 (0)