Skip to content

Commit e3c9fac

Browse files
committed
Fix CI: let MLX fetch fmt via FetchContent
USE_SYSTEM_FMT=ON required a system-installed fmt library, which the CI runner doesn't have. Remove the flag so MLX's cmake fetches fmt itself.
1 parent 73e893a commit e3c9fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ defmodule Emily.MixProject do
197197
"-DMLX_BUILD_PYTHON_BINDINGS=OFF",
198198
"-DMLX_BUILD_SAFETENSORS=OFF",
199199
"-DMLX_BUILD_GGUF=OFF",
200-
"-DUSE_SYSTEM_FMT=ON"
200+
"-DMLX_BUILD_METAL_TESTS=OFF"
201201
]
202202

203203
# When xcode-select points at CommandLineTools (the default on fresh

0 commit comments

Comments
 (0)