Commit 609db3c
authored
chore: Release 3.17.1 (#3436)
* fix(lambda): exclude auditwheel-vendored libs from strip to preserve ELF alignment
GNU strip on auditwheel's vendored libraries (numpy.libs/libscipy_openblas64_.so
and friends) rewrites their LOAD-segment file offsets without preserving the ELF
invariant p_offset == p_vaddr (mod p_align). mmap-based loaders tolerate the
violation, but Lambda's loader rejects it at import time with:
ELF load command address/offset not page-aligned
This broke 'import numpy' on Lambda for py3.12-3.14 (both x86_64 and arm64) once
the layer switched to PyPI manylinux wheels. Exclude *.libs/ from the strip find;
our own extension modules are still stripped.
* docs: update Lambda layer ARNs for 3.17.11 parent c2d0286 commit 609db3c
2 files changed
Lines changed: 309 additions & 302 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
0 commit comments