Commit c3ea6c8
committed
ci(helm): install z3 build deps on bare runner
The openshell-cli build pulls in z3-sys, which needs z3's C/C++ headers
plus clang to generate bindings. The bare runner used by helm-e2e
doesn't ship them, so install them via apt before invoking
mise run e2e:helm. The CI container image other Rust e2e jobs use has
these deps preinstalled, but we can't switch helm-e2e to that container
because GHA's container handler injects its own --network bridge,
conflicting with the --network host that kind's host-loopback API
server needs to be reachable from inside the container.
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>1 parent 1ffed51 commit c3ea6c8
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
80 | 90 | | |
81 | 91 | | |
82 | 92 | | |
| |||
0 commit comments