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.
x86_64-gnu-tools
1 parent 9d642fe commit 0aa5535Copy full SHA for 0aa5535
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -99,7 +99,9 @@ COPY scripts/shared.sh /scripts/
99
#
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
+
103
+RUN bash -c 'npm install -g browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true'
104
105
ENV SCRIPT /tmp/checktools.sh ../x.py && \
- npm install browser-ui-test@$(head -n 1 /tmp/browser-ui-test.version) --unsafe-perm=true && \
106
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
107
python3 ../x.py test tests/rustdoc-gui --stage 2 --test-args "'--jobs 1'"
0 commit comments