Commit 7b362b1
authored
Install native build toolchain in website PR validation workflow (#4753)
The website build runs javadoc-gen.sh, which invokes `mvn install` on
bookkeeper-server and transitively requires native-io. After #4738
migrated native-io from C to Rust, building native-io requires
cargo-zigbuild, Rust toolchains, and Zig — none of which were installed
in this workflow, causing every website PR check to fail with
`error: no such command: zigbuild`.
Reuse the existing setup-native-build composite action so the website
workflow matches the other workflows that build native-io.1 parent b5ce0e5 commit 7b362b1
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments