File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,3 @@ docker run \
3434 --rm \
3535 awswrangler-build-py38 \
3636 build-lambda-layer.sh " ${VERSION} -py3.8" " ninja-build"
37-
38- # Python 3.9
39- docker run \
40- --volume " $DIR_NAME " :/aws-data-wrangler/ \
41- --workdir /aws-data-wrangler/building/lambda \
42- --rm \
43- awswrangler-build-py39 \
44- build-lambda-layer.sh " ${VERSION} -py3.9" " ninja-build"
Original file line number Diff line number Diff line change @@ -28,12 +28,4 @@ docker build \
2828 --build-arg py_dev=python38-devel \
2929 .
3030
31- # Python 3.9
32- docker build \
33- --pull \
34- --tag awswrangler-build-py39 \
35- --build-arg base_image=public.ecr.aws/sam/build-python3.9:latest \
36- --build-arg py_dev=python39-devel \
37- .
38-
3931rm -rf pyproject.toml poetry.lock
You can’t perform that action at this time.
0 commit comments