@@ -92,8 +92,7 @@ test_cmake_select_all_ops() {
9292 local example_dir=examples/selective_build
9393 local build_dir=cmake-out/${example_dir}
9494 rm -rf ${build_dir}
95- retry cmake -DBUCK2=" $BUCK " \
96- -DCMAKE_BUILD_TYPE=Release \
95+ retry cmake -DCMAKE_BUILD_TYPE=Release \
9796 -DEXECUTORCH_SELECT_ALL_OPS=ON \
9897 -DCMAKE_INSTALL_PREFIX=cmake-out \
9998 -DPYTHON_EXECUTABLE=" $PYTHON_EXECUTABLE " \
@@ -118,8 +117,7 @@ test_cmake_select_ops_in_list() {
118117 local build_dir=cmake-out/${example_dir}
119118 # set MAX_KERNEL_NUM=22: 19 primops, add, mul
120119 rm -rf ${build_dir}
121- retry cmake -DBUCK2=" $BUCK " \
122- -DCMAKE_BUILD_TYPE=Release \
120+ retry cmake -DCMAKE_BUILD_TYPE=Release \
123121 -DMAX_KERNEL_NUM=22 \
124122 -DEXECUTORCH_SELECT_OPS_LIST=" aten::convolution.out,\
125123aten::_native_batch_norm_legit_no_training.out,aten::hardtanh.out,aten::add.out,\
@@ -146,8 +144,7 @@ test_cmake_select_ops_in_yaml() {
146144 local example_dir=examples/selective_build
147145 local build_dir=cmake-out/${example_dir}
148146 rm -rf ${build_dir}
149- retry cmake -DBUCK2=" $BUCK " \
150- -DCMAKE_BUILD_TYPE=Release \
147+ retry cmake -DCMAKE_BUILD_TYPE=Release \
151148 -DEXECUTORCH_SELECT_OPS_YAML=ON \
152149 -DCMAKE_INSTALL_PREFIX=cmake-out \
153150 -DPYTHON_EXECUTABLE=" $PYTHON_EXECUTABLE " \
0 commit comments