From 009e110b9299d0cce11b7d021e1ea0dc7d7f565f Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Thu, 17 Oct 2024 13:57:12 +0900 Subject: [PATCH] temporary disable tflite due to link error --- tests/scripts/task_config_build_cpu.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/scripts/task_config_build_cpu.sh b/tests/scripts/task_config_build_cpu.sh index c97321e538bd..f2641f68c2b1 100755 --- a/tests/scripts/task_config_build_cpu.sh +++ b/tests/scripts/task_config_build_cpu.sh @@ -33,16 +33,6 @@ echo set\(USE_LLVM \"/usr/bin/llvm-config-17 --link-static\"\) >> config.cmake echo set\(USE_ANTLR ON\) >> config.cmake echo set\(CMAKE_CXX_FLAGS \"-Werror -Wno-error=range-loop-construct\"\) >> config.cmake echo set\(HIDE_PRIVATE_SYMBOLS ON\) >> config.cmake - -# This conditional is just to support the transition to cope -# with the change in the way TFLite is built. It can be -# removed once we migrate to TensorFlow and TFLite > 2.9.1 -if [ -d "/opt/tflite" ]; then - echo set\(USE_TFLITE \"/opt/tflite\"\) >> config.cmake -else - echo set\(USE_TFLITE ON\) >> config.cmake -fi - echo set\(USE_TENSORFLOW_PATH \"/tensorflow\"\) >> config.cmake echo set\(USE_FLATBUFFERS_PATH \"/flatbuffers\"\) >> config.cmake echo set\(USE_ETHOSN /opt/arm/ethosn-driver\) >> config.cmake