Skip to content

Commit

Permalink
attempt to fix manylinux2014 job (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 27, 2020
1 parent fa0048f commit dabfdd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ $(aws --region us-east-1 ecr get-login --no-include-email)

docker pull $DOCKER_IMAGE

docker run \
docker run --rm -it \
--mount type=bind,source=`pwd`,target=/aws-crt-python \
--workdir /aws-crt-python \
--entrypoint /aws-crt-python/continuous-delivery/build-wheels-manylinux2014-aarch64.sh \
$DOCKER_IMAGE
--entrypoint /bin/bash \
$DOCKER_IMAGE \
continuous-delivery/build-wheels-manylinux2014-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ $(aws --region us-east-1 ecr get-login --no-include-email)

docker pull $DOCKER_IMAGE

docker run \
docker run --rm -it \
--mount type=bind,source=`pwd`,target=/aws-crt-python \
--workdir /aws-crt-python \
--entrypoint /aws-crt-python/continuous-delivery/build-wheels-manylinux2014-x86_64.sh \
$DOCKER_IMAGE
--entrypoint /bin/bash \
$DOCKER_IMAGE \
continuous-delivery/build-wheels-manylinux2014-x86_64.sh

0 comments on commit dabfdd8

Please sign in to comment.