Skip to content

Commit 3b737f6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 6ed39c5 commit 3b737f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/scripts/backend-test-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ conda activate "${CONDA_ENV}"
2020
#source .ci/scripts/setup-vulkan-linux-deps.sh
2121

2222
# We need the runner to test the built library.
23-
.ci/scripts/setup-linux.sh --build-tool "cmake" --build-mode "release"
23+
.ci/scripts/setup-linux.sh --build-tool cmake
2424

2525
python -m executorch.backends.test.suite.runner $SUITE --flow $FLOW --report test_results.csv

.ci/scripts/utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ parse_args() {
202202
case "${args[$i]}" in
203203
--build-tool)
204204
BUILD_TOOL="${args[$((i+1))]}"
205-
echo "Setting build tool to $BUILD_TOOL"
206205
i=$((i+1))
207206
;;
208207
--build-mode)

0 commit comments

Comments
 (0)