aws-lambda-cpp
aws-lambda-cpp copied to clipboard
Packager improvements
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.