Commit 233aa11
Delete install/ on workspace path change to fix stale binaries
Updating .pc and .cmake config files with sed is insufficient — the MFC
executables (simulation, pre_process, post_process) and static libraries
have the old runner workspace path baked in at compile time. When the
cache moves between runner instances, these binaries fail at runtime.
Replace the install/ sed fix with rm -rf install/ so CMake re-links and
re-installs all binaries with correct paths. The staging/ object files
remain valid, so this is a re-link, not a full rebuild.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4172553 commit 233aa11
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments