File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,11 @@ llama_target_and_test(test-rope.cpp)
129
129
llama_target_and_test (test -model-load-cancel.cpp LABEL "model" )
130
130
llama_target_and_test (test -autorelease.cpp LABEL "model" )
131
131
132
- llama_target_and_test (test -json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /.. )
133
- target_include_directories (test -json-schema-to-grammar PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../examples/server )
132
+ # TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
133
+ if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64" )
134
+ llama_target_and_test (test -json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /.. )
135
+ target_include_directories (test -json-schema-to-grammar PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../examples/server )
136
+ endif ()
134
137
135
138
# dummy executable - not installed
136
139
get_filename_component (TEST_TARGET test -c.c NAME_WE )
You can’t perform that action at this time.
0 commit comments