diff options
| author | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-07-01 19:04:05 +0200 |
|---|---|---|
| committer | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-07-01 20:24:15 +0200 |
| commit | 61441302a29d1aa71ea0333e5bd900512da9609c (patch) | |
| tree | b8fddb38aedc44eddfddd649f88e4d1d52e9f49f | |
| parent | 65aeac610c00cdc3dfb9cc08abb910cc9011d8d5 (diff) | |
| download | rust-61441302a29d1aa71ea0333e5bd900512da9609c.tar.gz rust-61441302a29d1aa71ea0333e5bd900512da9609c.zip | |
test-various: update nodejs to 18.12 (LTS)
| -rw-r--r-- | src/ci/docker/host-x86_64/test-various/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/test-various/Dockerfile b/src/ci/docker/host-x86_64/test-various/Dockerfile index 1dc7b798724..4ef176d6407 100644 --- a/src/ci/docker/host-x86_64/test-various/Dockerfile +++ b/src/ci/docker/host-x86_64/test-various/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins qemu-system-x86 \ && rm -rf /var/lib/apt/lists/* -RUN curl -sL https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz | \ +RUN curl -sL https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.xz | \ tar -xJ # Install 32-bit OVMF files for the i686-unknown-uefi test. This package @@ -42,7 +42,7 @@ RUN sh /scripts/sccache.sh ENV RUST_CONFIGURE_ARGS \ --musl-root-x86_64=/usr/local/x86_64-linux-musl \ - --set build.nodejs=/node-v15.14.0-linux-x64/bin/node \ + --set build.nodejs=/node-v18.12.0-linux-x64/bin/node \ --set rust.lld # Some run-make tests have assertions about code size, and enabling debug |
