Skip to content

Commit 2a24105

Browse files
committed
clean up
1 parent 1370e34 commit 2a24105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
docker-image: executorch-ubuntu-22.04-clang12
9898
submodules: 'true'
9999
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
100+
timeout: 900
100101
script: |
101102
# The generic Linux job chooses to use base env, not the one setup by the image
102103
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -126,15 +127,14 @@ jobs:
126127
docker-image: executorch-ubuntu-22.04-clang12-android
127128
submodules: 'true'
128129
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
129-
timeout: 900
130+
timeout: 90
130131
script: |
131132
# The generic Linux job chooses to use base env, not the one setup by the image
132133
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
133134
conda activate "${CONDA_ENV}"
134135
135136
BUILD_TOOL=${{ matrix.build-tool }}
136137
PYTHON_EXECUTABLE=python \
137-
EXECUTORCH_BUILD_PYBIND=ON \
138138
bash .ci/scripts/build_llama_android.sh "${BUILD_TOOL}"
139139
140140
test-custom-ops-linux:

0 commit comments

Comments
 (0)