diff options
| author | bors <bors@rust-lang.org> | 2021-12-31 22:57:51 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-12-31 22:57:51 +0000 |
| commit | 4d2e0fd96ccbb9ade41f1a3f07b14b7437f8e4ef (patch) | |
| tree | ae02e3e70631489b0ee454b28b13242f8ecdc4ea /src/ci/docker | |
| parent | cfa3fe5af339e724209b25715282adae0c61628f (diff) | |
| parent | 2da54c729ecd3ad6a4557ccc6b4f9e6ef8632ae2 (diff) | |
| download | rust-4d2e0fd96ccbb9ade41f1a3f07b14b7437f8e4ef.tar.gz rust-4d2e0fd96ccbb9ade41f1a3f07b14b7437f8e4ef.zip | |
Auto merge of #92465 - matthiaskrgr:rollup-yuary84, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #90383 (Extend check for UnsafeCell in consts to cover unions) - #91375 (config.rs: Add support for a per-target default_linker option.) - #91480 (rustdoc: use smaller number of colors to distinguish items) - #92338 (Add try_reserve and try_reserve_exact for OsString) - #92405 (Add a couple needs-asm-support headers to tests) - #92435 (Sync rustc_codegen_cranelift) - #92440 (Fix mobile toggles position) 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 6e77bb0a09b..d4701a25614 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.1 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.5.3 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
