The crafting-table container's rootfs hits 100% disk before cross- compile finishes for 4 ABIs, so we redirect CARGO_TARGET_DIR to /caches. The uniffiBindgen task was looking for libstrawcore.so at target/debug/ (default) and failed when it had been written to $CARGO_TARGET_DIR/debug/ instead. Honor the env var with a fallback to the workspace-relative default. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle.kts | ||