We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb503b7 commit 437c48aCopy full SHA for 437c48a
rockcraft.yaml
@@ -37,12 +37,8 @@ parts:
37
for wheel in $CRAFT_STAGE/wheels/*.whl; do
38
echo $wheel >> $CRAFT_STAGE/wheels/wheels.txt
39
done
40
- install-python:
41
- plugin: nil
42
- stage-packages:
43
- - python3.12
44
rawfile-deps:
45
- after: [install-python, btrfsutil]
+ after: [btrfsutil]
46
plugin: python
47
source: .
48
build-environment:
@@ -61,6 +57,10 @@ parts:
61
57
- mount
62
58
- coreutils
63
59
- util-linux
60
+ override-build: |
+ # todo(eac) remove once python plugin supports 24.04
+ /mkdir $CRAFT_PART_INSTALL/lib64
+ ln -s /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 $CRAFT_PART_INSTALL/lib64/ld-linux-x86-64.so.2
64
rawfile:
65
after: [rawfile-deps]
66
plugin: dump
0 commit comments