diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-03-18 05:21:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 05:21:54 +0100 |
| commit | 0e1b897d91e8b30d411f1a95ed58e6a58527fb86 (patch) | |
| tree | 715e01fde0ed5858bcde3ec7d7f0a825f726e3de /src/ci/docker | |
| parent | cd119057160cedea245aa2679add56723f3dc784 (diff) | |
| parent | 45a3075c5618935c86040c2a9debf72afab90e24 (diff) | |
| download | rust-0e1b897d91e8b30d411f1a95ed58e6a58527fb86.tar.gz rust-0e1b897d91e8b30d411f1a95ed58e6a58527fb86.zip | |
Rollup merge of #95013 - GuillaumeGomez:browser-ui-test-v, r=notriddle
Update browser-ui-test version to 0.8.2 It brings mostly debugging improvements: it doesn't stop at the first failing command but rather at the first "fatal error". r? `@notriddle`
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile | 2 |
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 b0f052e6cf0..d78fc6d2083 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.8.1 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.8.3 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
