]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/script: add seastar deps to ubuntu container image
authorJohn Mulligan <phlogistonjohn@asynchrono.us>
Tue, 18 Mar 2025 22:53:19 +0000 (18:53 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 24 Jul 2025 13:32:24 +0000 (09:32 -0400)
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 <phlogistonjohn@asynchrono.us>
(cherry picked from commit 6acd8f039ee56cfe0ad70d6c80cbcabe25984ac3)

src/script/buildcontainer-setup.sh

index 6a4eb12aa9bab27a9ebab7a8590d7d9073828990..f655bcb6a9380a5492108e503ec667c4608f6b9f 100644 (file)
@@ -42,7 +42,7 @@ case "${CEPH_BASE_BRANCH}~${DISTRO_KIND}" in
     ;;
     *~*ubuntu*)
         apt-get update
-        apt-get install -y wget reprepro curl software-properties-common
+        apt-get install -y wget reprepro curl software-properties-common lksctp-tools libsctp-dev protobuf-compiler ragel libc-ares-dev
         install_container_deps
     ;;
     *)