File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
2222
2323 # We need the runner to test the built library.
2424 PYTHON_EXECUTABLE=python \
25- CMAKE_ARGS=" -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON -DEXECUTORCH_BUILD_TESTS=ON" \
25+ CMAKE_ARGS=" -DEXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON - DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON -DEXECUTORCH_BUILD_TESTS=ON" \
2626 .ci/scripts/setup-linux.sh " $@ "
2727
2828 .ci/scripts/unittest-linux-cmake.sh
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ trap 'rm -rfv ${TMP_DIR}' EXIT
2222# Setup MacOS dependencies as there is no Docker support on MacOS atm
2323# We need the runner to test the built library.
2424PYTHON_EXECUTABLE=python \
25- CMAKE_ARGS=" -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON -DEXECUTORCH_BUILD_TESTS=ON" \
25+ CMAKE_ARGS=" -DEXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON - DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON -DEXECUTORCH_BUILD_TESTS=ON" \
2626${CONDA_RUN} --no-capture-output \
2727.ci/scripts/setup-macos.sh " $@ "
2828
You can’t perform that action at this time.
0 commit comments