Skip to content

Commit 7e4253a

Browse files
authored
Fix unittest failures (pytorch#20009)
The Cmake build of image processor is failing, causing issues with unittest. The buck builds work. While I investigate the build failures, this turns off image processor in our test jobs.
1 parent c9af27e commit 7e4253a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_oss_cpp_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ build_executorch() {
4747
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
4848
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
4949
-DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
50-
-DEXECUTORCH_BUILD_EXTENSION_IMAGE=ON \
50+
-DEXECUTORCH_BUILD_EXTENSION_IMAGE=OFF \
5151
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
5252
-DEXECUTORCH_BUILD_EXTENSION_NAMED_DATA_MAP=ON \
5353
-DEXECUTORCH_BUILD_EXTENSION_LLM=ON \

0 commit comments

Comments
 (0)