Commit fc85d71
committed
fix(ci): force clean rebuild of sandchest-agent to bust stale cache
The Rust cache was serving a stale agent binary without vsock support.
Add cargo clean -p before build and a post-build verification step
that checks the binary contains vsock symbols.1 parent b9813fe commit fc85d71
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
0 commit comments