Commit 7fa5616
Fix fx_platform_test on Ubuntu by detecting cross-compilation
The test was failing on Ubuntu CI because it cross-compiles from x64glibc
to x64musl, then tries to execute the resulting binary which fails.
This fix detects when cross-compilation occurs by checking for
"Cross-compilation" in the build output, and skips the execution test
in that case while still verifying the build succeeded.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5f5a64d commit 7fa5616
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
0 commit comments