Commit 3d7ea93
authored
fix(ci): install libclang before publishing crates in the release job (#10941)
rocksdb 0.24 made librocksdb-sys always run bindgen, which needs libclang
at build time. cargo publish's verification build compiles from a clean
checkout with no cache, so it hit this on zebra-state (and would recur on
zebra-consensus, zebra-rpc, and zebrad, which all depend on zebra-state).1 parent bb41d69 commit 3d7ea93
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments