We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44def3a commit cd24e99Copy full SHA for cd24e99
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -100,6 +100,6 @@ COPY scripts/shared.sh /scripts/
100
# The `browser-ui-test.version` file is also used by bootstrap to emit warnings in case
101
# the local version of the package is different than the one used by the CI.
102
ENV SCRIPT /tmp/checktools.sh ../x.py && \
103
- npm install browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
+ npm install --no-package-lock browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
104
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
105
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'"
0 commit comments