From e4c93aef2d5d93cd9c4c052d5ce66534ad0f5b97 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 3 Jan 2024 23:14:26 +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 73c95216b..1ff67b331 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*.so* + # 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 ]