From 3360fa1b52d111b682a309f9931fa7a65acf4a71 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 3 Jan 2024 22:58:50 +0000 Subject: [PATCH] fix: execstack --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ddbb815590..73c95216b7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -109,7 +109,7 @@ parts: cp $CRAFT_PART_BUILD/buzz/whisper_cpp.py $CRAFT_PART_INSTALL/buzz/ cp $CRAFT_PART_BUILD/buzz/libwhisper.so $CRAFT_PART_INSTALL/buzz/ - execstack --clear-execstack $CRAFT_PART_INSTALL/lib/python3.10/site-packages/ctranslate2.libs/libctranslate2-7e7a7741.so.3.15.1 + execstack --clear-execstack $CRAFT_PART_INSTALL/lib/python3.10/site-packages/ctranslate2.libs/libctranslate2*.so* execstack --clear-execstack $CRAFT_PART_INSTALL/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-310-x86_64-linux-gnu.so execstack --clear-execstack $CRAFT_PART_INSTALL/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so after: [ desktop-qt5 ]