Skip to content

Commit 776920c

Browse files
removed one dockerfile
1 parent d0cfd0f commit 776920c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/_binary-build-linux.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,7 @@ jobs:
273273
"${DOCKER_IMAGE}"
274274
)
275275
docker exec -t -w "${PYTORCH_ROOT}" "${container_name}" bash -c "bash .circleci/scripts/binary_populate_env.sh"
276-
if [[ ${BUILD_ENVIRONMENT} == *"aarch64"* ]]; then
277-
docker exec -t "${container_name}" bash -c "source ${BINARY_ENV_FILE} && bash /pytorch/.ci/aarch64_linux/aarch64_ci_build.sh"
278-
else
279-
docker exec -t "${container_name}" bash -c "source ${BINARY_ENV_FILE} && bash /pytorch/.ci/${{ inputs.PACKAGE_TYPE }}/build.sh"
280-
fi
276+
281277
282278
- name: Chown artifacts
283279
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' && inputs.build_environment != 'linux-s390x-binary-manywheel' && inputs.build_environment != 'linux-ppc64le-binary-manywheel' }}

0 commit comments

Comments
 (0)