spec: Rm export-graph-ops test

Link: https://github.com/ggml-org/llama.cpp/pull/19896
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
This commit is contained in:
Vitaly Chikunov 2026-03-22 18:47:39 +03:00
parent 4925d4706a
commit c912b31529

View file

@ -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 |