We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed39c5 commit 3b737f6Copy full SHA for 3b737f6
.ci/scripts/backend-test-linux.sh
@@ -20,6 +20,6 @@ conda activate "${CONDA_ENV}"
20
#source .ci/scripts/setup-vulkan-linux-deps.sh
21
22
# We need the runner to test the built library.
23
-.ci/scripts/setup-linux.sh --build-tool "cmake" --build-mode "release"
+.ci/scripts/setup-linux.sh --build-tool cmake
24
25
python -m executorch.backends.test.suite.runner $SUITE --flow $FLOW --report test_results.csv
.ci/scripts/utils.sh
@@ -202,7 +202,6 @@ parse_args() {
202
case "${args[$i]}" in
203
--build-tool)
204
BUILD_TOOL="${args[$((i+1))]}"
205
- echo "Setting build tool to $BUILD_TOOL"
206
i=$((i+1))
207
;;
208
--build-mode)
0 commit comments