We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5e93c commit d1f2746Copy full SHA for d1f2746
snap/snapcraft.yaml
@@ -152,7 +152,7 @@ parts:
152
uv sync --no-dev --no-editable --no-binary
153
. $CRAFT_PART_INSTALL/bin/activate
154
uv pip install -r requirements-jammy.txt
155
- rm $CRAFT_PART_INSTALL/lib64
+ rm -f $CRAFT_PART_INSTALL/lib64
156
157
mkdir -p $CRAFT_PART_INSTALL/libexec/charmcraft
158
sed -i 's|#!/bin/sh|#!/snap/charmcraft/current/bin/python3|' $CRAFT_PART_INSTALL/bin/craftctl
0 commit comments