From c912b3152956ee2fd6ec268a10772b455dcc5d76 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Sun, 22 Mar 2026 18:47:39 +0300 Subject: [PATCH] spec: Rm export-graph-ops test Link: https://github.com/ggml-org/llama.cpp/pull/19896 Signed-off-by: Vitaly Chikunov --- .gear/llama.cpp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/.gear/llama.cpp.spec b/.gear/llama.cpp.spec index 4b632fa62..90fa2dcd5 100644 --- a/.gear/llama.cpp.spec +++ b/.gear/llama.cpp.spec @@ -190,6 +190,7 @@ install -Dp examples/*.sh -t %buildroot%_datadir/%name/examples install -Dp examples/*.py -t %buildroot%_datadir/%name/examples # We need to run the tests, not install them. rm %buildroot%_bindir/test-* +rm %buildroot%_bindir/export-graph-ops # Completions. install -Dpm644 llama.bash %buildroot%_datadir/bash-completion/completions/llama-server printf '%%s\n' llama-cli llama-simple llama-run llama-mtmd-cli |