Skip to content

Commit

Permalink
Only run cg_gcc tests on linux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 28, 2023
1 parent a3d19be commit 246fff7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3122,11 +3122,6 @@ impl Step for CodegenGCC {

let triple = run.target.triple;
let target_supported = if triple.contains("linux") {
triple.contains("x86_64")
|| triple.contains("aarch64")
|| triple.contains("s390x")
|| triple.contains("riscv64gc")
} else if triple.contains("darwin") || triple.contains("windows") {
triple.contains("x86_64")
} else {
false
Expand Down

0 comments on commit 246fff7

Please sign in to comment.