fix(desktop): disable mesh-llm auto-build to prevent git config corruption (#819)

This commit is contained in:
Will Pfleger
2026-06-02 18:49:41 +00:00
committed by GitHub
parent 192388a3cb
commit 5b572d6f5e
+6
View File
@@ -0,0 +1,6 @@
[env]
# Workaround for mesh-llm prepare-llama.sh `git -C` directory-escape bug.
# The script's git commands walk upward into the enclosing Sprout repo when
# .deps/llama.cpp/.git is missing. Disabling auto-build prevents the script
# from running. Remove once mesh-llm-sdk is bumped past Mesh-LLM/mesh-llm#780.
SKIPPY_LLAMA_AUTO_BUILD = "0"