Commit 3e753f3
committed
fix: add C++ build tools setup for AOT embedding in release workflow
The wasm_embed_aot rule requires a C++ toolchain for Rust compilation.
Added build-essential installation step to ensure gcc/g++ are available
for the Rust->C++ linking during Bazel build.
Fixes release workflow failure for v0.1.0-rc.3.1 parent eb39eb6 commit 3e753f3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments