Skip to content

Commit 61b9e1b

Browse files
authored
Fix CI for build-llm-demo (#7308)
After #7108 landed, it broke CI, in particular build-llm-demo test. Here's an example: https://github.com/pytorch/executorch/actions/runs/12301283060/job/34332275511#logs It removed a folder than contained android artifacts. Let's just revert back to 'rm -rf cmake-out'
1 parent 1e2efa3 commit 61b9e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_llama.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ which "${PYTHON_EXECUTABLE}"
149149

150150
cmake_install_executorch_libraries() {
151151
echo "Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a"
152-
clean_executorch_install_folders
152+
rm -rf cmake-out
153153
retry cmake \
154154
-DCMAKE_INSTALL_PREFIX=cmake-out \
155155
-DCMAKE_BUILD_TYPE="$CMAKE_BUILD_TYPE" \

0 commit comments

Comments
 (0)