Skip to content

Commit bbda58e

Browse files
authored
Merge pull request ceph#65376 from phlogistonjohn/jjm-bwc-npmdir-fix
build-with-container: ensure npm dir is set up before configure
2 parents a8b82db + 79166af commit bbda58e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script/build-with-container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ def get_container(ctx):
648648
def bc_configure(ctx):
649649
"""Configure the build"""
650650
ctx.build.wants(Steps.CONTAINER, ctx)
651+
ctx.build.wants(Steps.NPM_CACHE, ctx)
651652
cmd = _container_cmd(
652653
ctx,
653654
[

0 commit comments

Comments
 (0)