File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 5e4d6b6380d575e48e37e9d987fded4ec588e7bc
1
+ 01a22b6f16d117454b7d21ebdc691b0785b84a7f
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ setup_executorch() {
53
53
export EXECUTORCH_BUILD_PYBIND=ON
54
54
export CMAKE_ARGS=" -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON"
55
55
56
- as_jenkins .ci/scripts/setup-linux.sh cmake || true
56
+ as_jenkins .ci/scripts/setup-linux.sh --build-tool cmake || true
57
57
popd
58
58
}
59
59
Original file line number Diff line number Diff line change @@ -1481,7 +1481,7 @@ test_executorch() {
1481
1481
bash examples/models/llama3_2_vision/install_requirements.sh
1482
1482
# NB: We need to rebuild ExecuTorch runner here because it depends on PyTorch
1483
1483
# from the PR
1484
- bash .ci/scripts/setup-linux.sh cmake
1484
+ bash .ci/scripts/setup-linux.sh --build-tool cmake
1485
1485
1486
1486
echo " Run ExecuTorch unit tests"
1487
1487
pytest -v -n auto
You can’t perform that action at this time.
0 commit comments