]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/build-with-container: add CONFIGURE_ARGS env var to configure step 67783/head
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 13 Mar 2026 17:42:09 +0000 (13:42 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 13 Mar 2026 17:42:09 +0000 (13:42 -0400)
commit9ad0fd3f1a5f3aa9d751abd21bd57b8a5ba93f4a
tree50ed5191e9885b873c7d762a804cca1a24149d74
parent69b2fbfb7dc7e119285e6809881f2c7f72254579
script/build-with-container: add CONFIGURE_ARGS env var to configure step

Add a new optional CONFIGURE_ARGS environment variable to the configure
step so that there's a mechanism to pass custom cmake options that
aren't handled elsewhere in the run-make.sh script.

Because configure is a rather fundamental build step it's probably
preferable to set this via an env file so that it persists across
rebuilds. Using an environment var here also avoids both needing to
change run-make.sh or add another CLI option to BWC which already has
too many.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-with-container.py