Commit 364e94d
ci: install protoc in CI + release runners
lance-encoding uses prost-build, which needs a system protoc at build
time. Both workflows now install it before toolchain setup:
ci.yml → apt-get install protobuf-compiler (Ubuntu runner)
release.yml → conditional step: apt on Linux, brew on macOS;
matches each matrix target's runner.os
Without this, cargo clippy / cargo build fails with
"Could not find `protoc`. … To install it on Debian, run
`apt-get install protobuf-compiler`."
(CI run 24740454924).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 53ad2c7 commit 364e94d
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments