]> 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:35:00 +0000 (19:35 -0400)
commitb58415182b09fa9ee384c3262c7a2a81b85fcba2
treeac863cd3123391600f3b5dd9b28a27a1d1c5f570
parent028e43064845ce1f59882420a914734884f5c84a
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