mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-19 09:15:04 +02:00
ci : abort if upstream ggml version does not exist
This commit is contained in:
@@ -78,8 +78,8 @@ jobs:
|
||||
echo "Local ggml version: ${GGML_VERSION}"
|
||||
|
||||
if ! git clone --depth 1 --branch "${GGML_VERSION}" https://github.com/ggml-org/ggml.git upstream-ggml 2>/dev/null; then
|
||||
echo "Warning: tag ${GGML_VERSION} not found in upstream ggml - skipping comparison"
|
||||
exit 0
|
||||
echo "Error: tag ${GGML_VERSION} not found in upstream ggml - skipping comparison"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Comparing local ggml/ src and include with upstream ${GGML_VERSION}..."
|
||||
|
||||
Reference in New Issue
Block a user