Skip to content

Commit c7e26f3

Browse files
Copilotkirklandsign
andcommitted
Use cmake build tool in android release setup-linux invocation
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com> Agent-Logs-Url: https://github.com/pytorch/executorch/sessions/11de8d26-e404-45ac-b1fd-58ab7d7680b3
1 parent 7db4c36 commit c7e26f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
eval "$(conda shell.bash hook)"
103103
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
104104
conda activate "${CONDA_ENV}"
105-
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2
105+
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake
106106
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded
107107
108108
mkdir -p ~/.gradle

0 commit comments

Comments
 (0)