Skip to content

Commit 437c48a

Browse files
committed
restore
1 parent eb503b7 commit 437c48a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rockcraft.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ parts:
3737
for wheel in $CRAFT_STAGE/wheels/*.whl; do
3838
echo $wheel >> $CRAFT_STAGE/wheels/wheels.txt
3939
done
40-
install-python:
41-
plugin: nil
42-
stage-packages:
43-
- python3.12
4440
rawfile-deps:
45-
after: [install-python, btrfsutil]
41+
after: [btrfsutil]
4642
plugin: python
4743
source: .
4844
build-environment:
@@ -61,6 +57,10 @@ parts:
6157
- mount
6258
- coreutils
6359
- util-linux
60+
override-build: |
61+
# todo(eac) remove once python plugin supports 24.04
62+
/mkdir $CRAFT_PART_INSTALL/lib64
63+
ln -s /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 $CRAFT_PART_INSTALL/lib64/ld-linux-x86-64.so.2
6464
rawfile:
6565
after: [rawfile-deps]
6666
plugin: dump

0 commit comments

Comments
 (0)