]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/script: add a script to help build ceph using containers
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 19:01:05 +0000 (15:01 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 6 Feb 2025 18:54:04 +0000 (13:54 -0500)
commitce2304a3e5604cc84436036155d943b2bbb198d3
tree851082ffbfb820fd1959902a6b169870f8f3650d
parentd3afaa1509ad1cd4b588f3560f5006bdbf525ec6
src/script: add a script to help build ceph using containers

The build-with-container script tries to encapsulate nearly all major
build tasks using docker/podman containers. If there's no build image
locally it will create one for your. It provides targets for building
(make), testing (make check), building rpm packages or deb packages and
is designed to be fairly easily extended.

View the comment at the top of the source file for usage details.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit f276cc5176f7f842267beb985d2a3bd073005839)
src/script/build-with-container.py [new file with mode: 0644]