chore: Update fff to 0.9.4 (#31583)

This commit is contained in:
Dmitriy Kovalenko
2026-06-09 19:28:34 -07:00
committed by GitHub
parent 4ae468ff06
commit e9e2612706
5 changed files with 19 additions and 14 deletions
+2
View File
@@ -92,6 +92,8 @@ for (const item of targets) {
OPENCODE_MODELS_DEV: modelsData,
OPENCODE_CHANNEL: `'${Script.channel}'`,
OPENCODE_LIBC: item.os === "linux" ? `'${item.abi ?? "glibc"}'` : "undefined",
// FFF_LIBC selects the fff native lib variant: "musl" or "gnu".
FFF_LIBC: item.os === "linux" ? `'${item.abi ?? "gnu"}'` : "undefined",
OTUI_TREE_SITTER_WORKER_PATH:
(item.os === "win32" ? '"B:/~BUN/root/' : '"/$bunfs/root/') +
path.relative(dir, parserWorker).replaceAll("\\", "/") +