mirror of
https://github.com/ceph/ceph
synced 2024-12-24 04:14:07 +00:00
d791daa732
The double install task causes errors during unwind.
Fixes: fe3961fc36
Fixes: https://tracker.ceph.com/issues/45387
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
50 lines
1006 B
YAML
50 lines
1006 B
YAML
tasks:
|
|
- install:
|
|
extra_packages:
|
|
rpm:
|
|
- python3-cephfs
|
|
deb:
|
|
- python3-cephfs
|
|
- cephfs-shell
|
|
# For kernel_untar_build workunit
|
|
extra_system_packages:
|
|
deb:
|
|
- bison
|
|
- flex
|
|
- libelf-dev
|
|
- libssl-dev
|
|
- network-manager
|
|
- iproute2
|
|
- util-linux
|
|
# for xfstests-dev
|
|
- dump
|
|
- indent
|
|
# for fsx
|
|
- libaio-dev
|
|
- libtool-bin
|
|
- uuid-dev
|
|
- xfslibs-dev
|
|
rpm:
|
|
- bison
|
|
- flex
|
|
- elfutils-libelf-devel
|
|
- openssl-devel
|
|
- NetworkManager
|
|
- iproute
|
|
- util-linux
|
|
# for xfstests-dev
|
|
- libacl-devel
|
|
- libaio-devel
|
|
- libattr-devel
|
|
- libtool
|
|
- libuuid-devel
|
|
- xfsdump
|
|
- xfsprogs
|
|
- xfsprogs-devel
|
|
# for fsx
|
|
- libaio-devel
|
|
- libtool
|
|
- libuuid-devel
|
|
- xfsprogs-devel
|
|
- ceph:
|