Commit ccf5fb4
fix(fspy): allow dynamically-linked test binary in seccomp tests
The previous build.rs approach (passing -static to the linker) broke on
macOS, glibc Linux, and even musl Alpine (conflicting -Bstatic/-Bdynamic).
The seccomp tracer intercepts syscalls at the kernel level and works for
both static and dynamic binaries, so the static_executable tests are
valid either way. Replace the hard assertion with an informational check.
https://claude.ai/code/session_01R3RoGqPDBRtNa2NRg3SeBM1 parent 71b4a19 commit ccf5fb4
2 files changed
+5
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
This file was deleted.
0 commit comments