Skip to content

Fix missing symlink for the certificates file#316

Merged
mnapoli merged 1 commit intomainfrom
fix-certificate
Mar 2, 2026
Merged

Fix missing symlink for the certificates file#316
mnapoli merged 1 commit intomainfrom
fix-certificate

Conversation

@mnapoli
Copy link
Member

@mnapoli mnapoli commented Mar 2, 2026

The zip command was missing the --symlinks flag. Without it, zip tries to dereference symlinks. Since docker cp preserves the symlink pointing to /etc/ssl/cert.pem (a path that exists inside the container/Lambda but not on the macOS build host), it becomes a dangling symlink and zip silently skips it.

@mnapoli mnapoli merged commit 4938a64 into main Mar 2, 2026
9 checks passed
@mnapoli mnapoli deleted the fix-certificate branch March 2, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant