Skip to content

Commit

Permalink
Fix support for libgpgme
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 25, 2024
1 parent a86c7ed commit 6fd602b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/lib-copy/copy-dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
// For some reason some libraries are actually not in Lambda, despite being in the docker image 🤷
$librariesThatExistOnLambda = array_filter($librariesThatExistOnLambda, function ($library) {
return ! str_contains($library, 'libgcrypt.so')
&& ! str_contains($library, 'libassuan.so')
&& ! str_contains($library, 'libgobject-2.0.so')
&& ! str_contains($library, 'libgpg-error.so')
&& ! str_contains($library, 'libgpgme-pthread.so')
Expand Down

0 comments on commit 6fd602b

Please sign in to comment.