]> 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)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 15 Aug 2025 17:57:14 +0000 (13:57 -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>
(cherry picked from commit 6f5b23a39eadaa6e1f4df3a882cbb872f497d8fa)

src/script/build-with-container.py

index 94c9fb3809cf95fb0cd70b0ded8d0a327d81bb14..3b519fe63da1e76412851c1fc95a9c72067e478a 100755 (executable)
@@ -539,7 +539,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: