]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/build-with-container: remove unused build arg
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 29 May 2025 14:21:49 +0000 (10:21 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Jun 2025 17:23:50 +0000 (13:23 -0400)
Remove the unused build arg for JENKINS_HOME. This was
once used to try and create build images like the CI jobs. However,
the env var is now unconditionally set in the build script and must
be passed (or not) explicitly by the user.

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

index 251137c05fda2ea16fb73c56700a584a047290d2..535fda7007eb88b39046ed8520f9842c4b9093d4 100755 (executable)
@@ -524,7 +524,6 @@ def build_container(ctx):
         "-t",
         ctx.image_name,
         f"--label=io.ceph.build-with-container.src={_hash_sources()}",
-        f"--build-arg=JENKINS_HOME={ctx.cli.homedir}",
         f"--build-arg=CEPH_BASE_BRANCH={ctx.base_branch()}",
     ]
     if ctx.cli.distro: