]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build-with-container: ensure npm dir is set up before configure
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 28 Aug 2025 23:39:06 +0000 (19:39 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 8 Oct 2025 23:28:12 +0000 (19:28 -0400)
commit6acdbeb7f1f69df1c3d48a70a8abd87486d1a248
tree2529b4b929e26f5b95a90b54735f8a0f01ccdd88
parentc5c91c88716bb079ba66faec3c491ce2c4d68020
build-with-container: ensure npm dir is set up before configure

When the npm cache path option is passed the npm cache dir is passed
to all container `run` commands, ensure the dir has been created
before the first container command (configure) is used.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 79166af192ea0b4b982b56ce521516d5a29e7a0d)
src/script/build-with-container.py