Skip to content

Commit cd24e99

Browse files
committed
ci: ignore package-lock.json when installing browser-ui-test
1 parent 44def3a commit cd24e99

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ COPY scripts/shared.sh /scripts/
100100
# The `browser-ui-test.version` file is also used by bootstrap to emit warnings in case
101101
# the local version of the package is different than the one used by the CI.
102102
ENV SCRIPT /tmp/checktools.sh ../x.py && \
103-
npm install browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
103+
npm install --no-package-lock browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
104104
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
105105
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'"

0 commit comments

Comments
 (0)