Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws/codebuild/standard:7.0-24.1.13 and 23.12.14 failing Lambda layer Makefile SAM build #695

Open
ednmechrock opened this issue Jan 22, 2024 · 0 comments

Comments

@ednmechrock
Copy link

Lambda layer Makefile SAM build is failing in CodeBuild image version aws/codebuild/standard:7.0-24.1.13 and 23.12.14. Had to roll back to 23.07.28 to get the build working again.

Getting the following error in both 24.1.13 and 23.12.14:

image image

Within the latest image version I tried updating Python to v3.11.7, which did not work and updating SAM to v1.107.0 which also did not work. However, the build does succeed with these versions locally.

Makefile SAM build fails at the following line: python -m pip install --upgrade pip. If I remove this line, it also fails in the same way at python -m pip install requirements.txt. However it does not fail when running the same commands outside of the Makefile but earlier in the build.

Any chance of getting a new version of aws/codebuild/standard:7.0 with latest dependencies versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant