We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libgpgme
1 parent a86c7ed commit 6fd602bCopy full SHA for 6fd602b
utils/lib-copy/copy-dependencies.php
@@ -37,6 +37,7 @@
37
// For some reason some libraries are actually not in Lambda, despite being in the docker image 🤷
38
$librariesThatExistOnLambda = array_filter($librariesThatExistOnLambda, function ($library) {
39
return ! str_contains($library, 'libgcrypt.so')
40
+ && ! str_contains($library, 'libassuan.so')
41
&& ! str_contains($library, 'libgobject-2.0.so')
42
&& ! str_contains($library, 'libgpg-error.so')
43
&& ! str_contains($library, 'libgpgme-pthread.so')
0 commit comments