mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): disable mesh-llm auto-build to prevent git config corruption (#819)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user