File tree 1 file changed +2
-2
lines changed
src/ci/docker/host-x86_64/test-various
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
24
24
qemu-system-x86 \
25
25
&& rm -rf /var/lib/apt/lists/*
26
26
27
- RUN curl -sL https://nodejs.org/dist/v15.14 .0/node-v15.14 .0-linux-x64.tar.xz | \
27
+ RUN curl -sL https://nodejs.org/dist/v18.12 .0/node-v18.12 .0-linux-x64.tar.xz | \
28
28
tar -xJ
29
29
30
30
# Install 32-bit OVMF files for the i686-unknown-uefi test. This package
@@ -42,7 +42,7 @@ RUN sh /scripts/sccache.sh
42
42
43
43
ENV RUST_CONFIGURE_ARGS \
44
44
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
45
- --set build.nodejs=/node-v15.14 .0-linux-x64/bin/node \
45
+ --set build.nodejs=/node-v18.12 .0-linux-x64/bin/node \
46
46
--set rust.lld
47
47
48
48
# Some run-make tests have assertions about code size, and enabling debug
You can’t perform that action at this time.
0 commit comments