Commit ce74e0b
authored
chore: Fix
When trying cross tests for powerpc64le, I noticed that a mold test
marked for skipping would fail with an error indicating that
`ppc64le-linux-gnu-gcc` could not be found. This occurs because the
`TRIPLE` environment variable is being constructed using
`format!("{}-linux-gnu", arch)`, which incorrectly sets the GCC command.TRIPLE env value used in external tests (#2082)1 parent 5ba6828 commit ce74e0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments