We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Howdy! I've tried aws-crt with multiple ruby versions & multiple alpine versions & end up with segmentation fault each time. In this gist you can see logs from the segmentation fault https://gist.github.com/rezen/eb54ea3e972b09bfae153f2534729dbf
Create Dockerfile
FROM ruby:3.1.2-alpine3.16 ENV LAMBDA_TASK_ROOT=/var/task ENV LAMBDA_RUNTIME_DIR=/var/runtime ENV CRT=true RUN apk --no-cache add build-base cmake libffi-dev git bash libstdc++ gcc g++ make gcompat musl RUN gem install aws_lambda_ric aws-crt:0.1.5 aws-sigv4 RUN ruby -e "require 'aws-sigv4'"
Build image.
docker build -t aws-crt-sad-alpine . > log.txt 2>&1
The text was updated successfully, but these errors were encountered:
Sorry, but this repo doesn't currently support alpine linux and we don't currently have any plans to do so. Closing this issue
Sorry, something went wrong.
jmklix
No branches or pull requests
Howdy! I've tried aws-crt with multiple ruby versions & multiple alpine versions & end up with segmentation fault each time. In this gist you can see logs from the segmentation fault https://gist.github.com/rezen/eb54ea3e972b09bfae153f2534729dbf
Steps to Reproduce
Create Dockerfile
Build image.
The text was updated successfully, but these errors were encountered: