straw/strawApp
Kayos 7968bbb8e6 Path C-2 fix: uniffiBindgen honors CARGO_TARGET_DIR
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.
2026-05-24 12:59:59 -07:00
..
src/main Path C-3: SearchViewModel swap to uniffi.strawcore.search 2026-05-24 12:56:32 -07:00
build.gradle.kts Path C-2 fix: uniffiBindgen honors CARGO_TARGET_DIR 2026-05-24 12:59:59 -07:00