Skip to content

Commit

Permalink
Will ensure snaps have localizations (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed Jul 10, 2024
1 parent f0975e8 commit 7e81546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ parts:
override-build: |
craftctl default
pip install poetry
make translation_mo
pip install .
pip uninstall -y ctranslate2
pip install https://github.com/raivisdejus/CTranslate2-no-execstack/releases/download/v4.2.1/ctranslate2-4.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
make translation_mo
python3 build.py
mkdir $CRAFT_PART_INSTALL/buzz
cp $CRAFT_PART_BUILD/buzz/whisper_cpp.py $CRAFT_PART_INSTALL/buzz/
Expand Down

0 comments on commit 7e81546

Please sign in to comment.