From 1212efd22c7f10b3e3daa0cfa76a88a6552184f9 Mon Sep 17 00:00:00 2001 From: Scott Roy Date: Wed, 3 Jun 2026 22:40:09 -0700 Subject: [PATCH 1/2] up --- test/run_oss_cpp_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run_oss_cpp_tests.sh b/test/run_oss_cpp_tests.sh index 7dd99ed8b57..5b987d29673 100755 --- a/test/run_oss_cpp_tests.sh +++ b/test/run_oss_cpp_tests.sh @@ -53,6 +53,7 @@ build_executorch() { -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON \ -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \ -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \ + -DEXECUTORCH_BUILD_EXTENSION_IMAGE=OFF \ -DEXECUTORCH_BUILD_DEVTOOLS=ON \ -DEXECUTORCH_BUILD_VULKAN=$BUILD_VULKAN \ -DEXECUTORCH_BUILD_XNNPACK=ON \ From 1495f9e159836d086c2bf5b8ad36ff20e9419ef2 Mon Sep 17 00:00:00 2001 From: Scott Roy <161522778+metascroy@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:58:10 -0700 Subject: [PATCH 2/2] Update run_oss_cpp_tests.sh --- test/run_oss_cpp_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/run_oss_cpp_tests.sh b/test/run_oss_cpp_tests.sh index aba439a3b6c..29c3e30abc8 100755 --- a/test/run_oss_cpp_tests.sh +++ b/test/run_oss_cpp_tests.sh @@ -47,14 +47,13 @@ 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 \ -DEXECUTORCH_BUILD_EXTENSION_LLM_RUNNER=ON \ -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \ -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \ - -DEXECUTORCH_BUILD_EXTENSION_IMAGE=OFF \ -DEXECUTORCH_BUILD_DEVTOOLS=ON \ -DEXECUTORCH_BUILD_VULKAN=$BUILD_VULKAN \ -DEXECUTORCH_BUILD_XNNPACK=ON \