Bug: Linux durable functions emulator binary links to host zlib, causing issues for downstream packagers
Open
area/durable-functions
area/package
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
### Description:
The AWS SAM CLI wheel for Linux includes a prebuilt native binary:
`samcli/local/rapid/aws-durable-execution-emulator-`
which caused some downstream linkage issue
```
Full linkage --test aws-sam-cli output
Unwanted system libraries:
/lib/x86_64-linux-gnu/libz.so.1
```
```
/lib/aarch64-linux-gnu/libz.so.1
libexec/lib/python3.13/site-packages/samcli/local/rapid/aws-durable-execution-emulator-arm64
```
relates to
- https://github.com/Homebrew/homebrew-core/pull/256861
- https://github.com/Homebrew/homebrew-core/pull/256993
- https://github.com/aws/aws-sam-cli/pull/8484
Contributor guide
Assessment
This issue has not been assessed yet.