Skip to content
Snippets Groups Projects
Commit e53b60e7 authored by nimrod's avatar nimrod
Browse files

Workbench: Try to install AWS CLI v2 with Python 3.13.

There's a conflict there, ruamel.yaml.clib installs in Python 3.13 with
version 0.2.12 but the AWS CLI requires ruamel.yaml.clib<=0.2.8 and
>=0.2.0. So this is try of this comment:
https://github.com/aws/aws-cli/issues/9234#issuecomment-2602691802
parent 1d3889c1
No related branches found
No related tags found
No related merge requests found
Pipeline #4290 failed
......@@ -252,7 +252,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
unset PIP_CONSTRAINT && \
pipx install chalice && \
pipx install curator-opensearch && \
pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \
CFLAGS="-Wno-error=incompatible-pointer-types" pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \
rm -rf /tmp/* /var/tmp/* ~/.cache/*
ENV COREPACK_HOME=/usr/local/share/corepack
# hadolint ignore=DL3016
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment