Skip to content

Commit 6acd8f0

Browse files
src/script: add seastar deps to ubuntu container image
Add some dependencies that are needed to build with seastar enabled on ubuntu (22.04). These deps apparently don't get installed via install-deps.sh - possibly because ubuntu packages never enable seastar/crimson? Signed-off-by: John Mulligan <[email protected]>
1 parent bc80c5f commit 6acd8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/buildcontainer-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ case "${CEPH_BASE_BRANCH}~${DISTRO_KIND}" in
4242
;;
4343
*~*ubuntu*)
4444
apt-get update
45-
apt-get install -y wget reprepro curl software-properties-common
45+
apt-get install -y wget reprepro curl software-properties-common lksctp-tools libsctp-dev protobuf-compiler ragel libc-ares-dev
4646
install_container_deps
4747
;;
4848
*)

0 commit comments

Comments
 (0)