]> git-server-git.apps.pok.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:34:08 +0000 (19:34 -0400)
commit84ccd657d83e4144e991db818d0a73a54b2c1f16
tree9b7851ee816145c286e8371429ec0491fe18839f
parent84d292fee191ed7071162f057e7209232c6534db
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