diff --git a/test/run_oss_cpp_tests.sh b/test/run_oss_cpp_tests.sh index 4c5bc88f03a..29c3e30abc8 100755 --- a/test/run_oss_cpp_tests.sh +++ b/test/run_oss_cpp_tests.sh @@ -47,7 +47,7 @@ build_executorch() { -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \ -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \ -DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \ - -DEXECUTORCH_BUILD_EXTENSION_IMAGE=ON \ + -DEXECUTORCH_BUILD_EXTENSION_IMAGE=OFF \ -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \ -DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \ -DEXECUTORCH_BUILD_EXTENSION_LLM=ON \