File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ fix_conda_ubuntu_libstdcxx() {
6161 # PyTorch sev: https://github.com/pytorch/pytorch/issues/105248
6262 # Ref: https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
6363 if grep -e " 2[02].04." /etc/issue > /dev/null; then
64- rm " /opt/conda/envs/py_${PYTHON_VERSION} /lib/libstdc++.so.6 "
64+ rm /opt/conda/envs/py_${PYTHON_VERSION} /lib/libstdc++.so*
6565 fi
6666}
6767
Original file line number Diff line number Diff line change 3131 # The generic Linux job chooses to use base env, not the one setup by the image
3232 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
3333 conda activate "${CONDA_ENV}"
34-
34+
3535 # For mypy linting, we need to first install executorch first so that
3636 # it builds the python package information.
3737 BUILD_TOOL="cmake"
7474 docker-image : executorch-ubuntu-22.04-linter
7575 fetch-depth : 0
7676 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
77+ timeout : 90
7778 script : |
7879 FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \
7980 examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/*.java \
You can’t perform that action at this time.
0 commit comments