about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-06-20 05:47:13 +0000
committerbors <bors@rust-lang.org>2021-06-20 05:47:13 +0000
commit9543636cd6609cd2a9880da8f93aac96192ae40a (patch)
treef56b86ac04db709039172a44dafd37174d23ffe8 /src/ci
parent192920c22bc8433ab14706ee0829e707d119b74f (diff)
parent1e222ba58aded9a220c5a270e48b47c2878a50fb (diff)
downloadrust-9543636cd6609cd2a9880da8f93aac96192ae40a.tar.gz
rust-9543636cd6609cd2a9880da8f93aac96192ae40a.zip
Auto merge of #86468 - GuillaumeGomez:update-browser-ui-test-version, r=jsha
Update browser-ui-test version

It greatly improves the test readability (thanks to `@jsha` for the suggestions!).

r? `@jsha`
Diffstat (limited to 'src/ci')
-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 e2c064ee75d..c33d5b4e4dc 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
@@ -71,7 +71,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.2.14 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.3.0 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \