Skip to content

Commit

Permalink
snapcraft: use t64-prefixed packages when needed
Browse files Browse the repository at this point in the history
For some reason, transitional packages to t64 are
not available on armhf for all packages we use.

So, let's just explicitly use proper packages.

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Jun 27, 2024
1 parent 1cb9ddb commit 245c325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ parts:
- --enable-build-raft
stage-packages:
- liblz4-1
- libuv1
- libuv1t64
build-packages:
- liblz4-dev
- libuv1-dev
Expand Down Expand Up @@ -905,11 +905,11 @@ parts:
- genisoimage
- ipxe-qemu # This is needed due to --disable-install-blobs.
- libfdt1
- libmagic1
- libmagic1t64
- libnuma1
- libpixman-1-0
- libusbredirhost1
- libusbredirparser1
- libusbredirhost1t64
- libusbredirparser1t64
- seabios # This is needed due to --disable-install-blobs.
- qemu-system-data # This is needed due to --disable-install-blobs.
override-prime: |-
Expand Down

0 comments on commit 245c325

Please sign in to comment.