Skip to content

Commit a60ba4b

Browse files
committed
btrfs-progs: ci: update extended build test deps for crypto libraries
The extended build tests cover various option combinations, also all of the crypto libraries. Add package dependencies if they exist. The botan version 3 is not available yet so the test fails on Ubuntu 24.04. Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 9e44e0d commit a60ba4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/extended-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- run: sudo apt-get update -qqq
16-
- run: sudo apt-get install -y pkg-config gcc liblzo2-dev libzstd-dev libblkid-dev uuid-dev zlib1g-dev libext2fs-dev e2fsprogs libudev-dev python3-sphinx libaio-dev liburing-dev attr ccache libgcrypt20
16+
- run: sudo apt-get install -y pkg-config gcc liblzo2-dev libzstd-dev libblkid-dev uuid-dev zlib1g-dev libext2fs-dev e2fsprogs libudev-dev python3-sphinx libaio-dev liburing-dev attr ccache
17+
- run: sudo apt-get install -y libgcrypt20 libgcrypt20-dev libsodium-dev libkcapi-dev libssl-dev
1718
- name: Run tests/build-tests.sh
1819
run: ./tests/build-tests.sh --ccache

0 commit comments

Comments
 (0)