aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

Packager improvements

Open specious opened this issue 4 years ago • 0 comments

As noted in https://github.com/awslabs/aws-lambda-cpp/pull/131#discussion_r755906063, on Alpine we have grep implemented by busybox by default, and busybox grep doesn't know -F as --fixed-strings.

This pull request fixes that and also simplifies the logic for getting shared module paths from the system package manager query that lists what the installed libc package contains.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

specious avatar Nov 26 '21 12:11 specious