File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
docker-image : executorch-ubuntu-22.04-clang12
98
98
submodules : ' true'
99
99
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
100
+ timeout : 900
100
101
script : |
101
102
# The generic Linux job chooses to use base env, not the one setup by the image
102
103
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -126,15 +127,14 @@ jobs:
126
127
docker-image : executorch-ubuntu-22.04-clang12-android
127
128
submodules : ' true'
128
129
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
129
- timeout : 900
130
+ timeout : 90
130
131
script : |
131
132
# The generic Linux job chooses to use base env, not the one setup by the image
132
133
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
133
134
conda activate "${CONDA_ENV}"
134
135
135
136
BUILD_TOOL=${{ matrix.build-tool }}
136
137
PYTHON_EXECUTABLE=python \
137
- EXECUTORCH_BUILD_PYBIND=ON \
138
138
bash .ci/scripts/build_llama_android.sh "${BUILD_TOOL}"
139
139
140
140
test-custom-ops-linux :
You can’t perform that action at this time.
0 commit comments