about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-10-21 14:11:08 +0900
committerGitHub <noreply@github.com>2021-10-21 14:11:08 +0900
commit47a1f67a8d953f0c1c76f5cabed5d92df30eb512 (patch)
treef319384e6ea8d8877946e09e3d4393f906d25a2c /src/ci/docker
parent632f06d8eb586e9386723fa54a71c1dd19605a11 (diff)
parent457f5782f30b5ded5558d02f161ae7e71b5d4ad8 (diff)
downloadrust-47a1f67a8d953f0c1c76f5cabed5d92df30eb512.tar.gz
rust-47a1f67a8d953f0c1c76f5cabed5d92df30eb512.zip
Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha
Add test for line-number setting

The first commit updates the version of the package to be able to have multi-line commands (which looks much nicer for this test).

r? ````@jsha````
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
index adc970c66d6..ba4e1ca3114 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
 # https://github.com/puppeteer/puppeteer/issues/375
 #
 # We also specify the version in case we need to update it to go around cache limitations.
-RUN npm install -g browser-ui-test@0.4.3 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.4.5 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \