Closed sptrakesh closed 11 months ago
Never mind, this is a Docker on ARM issue. I ran into these issues building on M2 Mac, and also am able to replicate this on an EC2 Gravitron instance. I was able to get my builds done on an x86 EC2 instance, so not a SDK code issue.
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Building docker image with base Alpine 3.19 fails on linux/amd64 platform (gcc 13). The linux/arm64 build succeeds. Same Dockerfile had worked in the past with Alpine 3.18 (gcc 12). Tried with old version 1.11.159 (which is the previous version I had with Alpine 3.18), and the latest release 1.11.226.
Expected Behavior
Building for platform linux/amd64 completes without error.
Current Behavior
Build fails with segmentation fault.
Reproduction Steps
Dockerfile is as follows:
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.159
Compiler and Version used
gcc 13.2.1
Operating System and version
Alpine 3.19