diff options
| author | bors <bors@rust-lang.org> | 2021-12-19 00:24:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-12-19 00:24:56 +0000 |
| commit | df2f45c1d30615c930b7aa76bb9efbeea3909703 (patch) | |
| tree | dd3cda85ef00c342e688738f96d8a86d77b14052 /src/ci/docker | |
| parent | daf2204aa4954a9426cee93eb1baa2b26eb69070 (diff) | |
| parent | d486e68ab29a8c5ba2e776a0ff74a760fd3edf19 (diff) | |
| download | rust-df2f45c1d30615c930b7aa76bb9efbeea3909703.tar.gz rust-df2f45c1d30615c930b7aa76bb9efbeea3909703.zip | |
Auto merge of #92090 - matthiaskrgr:rollup-pbyqddi, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #91834 (Update browser-ui-test version and improve rustdoc-gui tests readability) - #91894 (Remove `in_band_lifetimes` from `rustc_incremental`) - #91932 (Add user seed to `-Z randomize-layout`) - #91956 (fix(rustc_lint): better detect when parens are necessary) - #92020 (Remove P: Unpin bound on impl Stream for Pin) - #92063 (docs: fix typo) - #92082 (rustdoc: Write doc-comments directly instead of using FromIterator) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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 \ |
