Skip to content

Commit 246fff7

Browse files
Only run cg_gcc tests on linux x86_64
1 parent a3d19be commit 246fff7

File tree

1 file changed

+0
-5
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -3122,11 +3122,6 @@ impl Step for CodegenGCC {
31223122

31233123
let triple = run.target.triple;
31243124
let target_supported = if triple.contains("linux") {
3125-
triple.contains("x86_64")
3126-
|| triple.contains("aarch64")
3127-
|| triple.contains("s390x")
3128-
|| triple.contains("riscv64gc")
3129-
} else if triple.contains("darwin") || triple.contains("windows") {
31303125
triple.contains("x86_64")
31313126
} else {
31323127
false

0 commit comments

Comments
 (0)