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() {
61
61
# PyTorch sev: https://github.com/pytorch/pytorch/issues/105248
62
62
# Ref: https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
63
63
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*
65
65
fi
66
66
}
67
67
Original file line number Diff line number Diff line change 31
31
# The generic Linux job chooses to use base env, not the one setup by the image
32
32
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
33
33
conda activate "${CONDA_ENV}"
34
-
34
+
35
35
# For mypy linting, we need to first install executorch first so that
36
36
# it builds the python package information.
37
37
BUILD_TOOL="cmake"
74
74
docker-image : executorch-ubuntu-22.04-linter
75
75
fetch-depth : 0
76
76
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
77
+ timeout : 90
77
78
script : |
78
79
FILES_NEEDS_FORMAT=$(/opt/google-java-format -n extension/android/src/main/java/org/pytorch/executorch/*.java \
79
80
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