Commit 7e3547a
test(ci): verify ffi-backend tests + example link on macOS (#119)
PR #117 fixed build.rs to link libc++ (not libstdc++) on Apple targets,
but its dual-mode CI step was scoped to --lib, so the integration tests
and the generate_patt example were never re-built on macOS after the fix.
This left open whether the libc++ fix was sufficient or whether a
separate macOS linker issue remained.
Add a macOS-gated step to the kpm-build matrix that builds the
ffi-backend integration tests (--no-run) and the generate_patt example,
confirming they link against libc++. Use --no-run because executing the
pose-sensitive assertions cross-platform is out of scope — that
float-drift question is tracked in #118, which keeps test_full_pipeline_pose
gated to Linux.
Refs #119
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 63bda44 commit 7e3547a
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
118 | 140 | | |
119 | 141 | | |
120 | 142 | | |
| |||
0 commit comments