diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-12-19 00:38:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-19 00:38:39 +0100 |
| commit | 3f4013d449d90f3cbdd0f84f6d2877680c8eae9d (patch) | |
| tree | 11613c3117b3bd78ef85872c13301bd0d7f2621a /src/ci/docker | |
| parent | 91a0600a5c22b9d159e3c57526af83e71d1120f8 (diff) | |
| parent | 632508698a175d0d1cadfa8ad0f64462efdcf9f1 (diff) | |
| download | rust-3f4013d449d90f3cbdd0f84f6d2877680c8eae9d.tar.gz rust-3f4013d449d90f3cbdd0f84f6d2877680c8eae9d.zip | |
Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jsha
Update browser-ui-test version and improve rustdoc-gui tests readability Since the `0.5.1`, we can use trailing commas. I also used the opportunity to clean up the existing tests. 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 f71282a1b52..6e77bb0a09b 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.5.0 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.5.1 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
