We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bc97c commit dfedacbCopy full SHA for dfedacb
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -101,5 +101,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
101
RUN /scripts/build-gccjit.sh /scripts
102
103
ENV SCRIPT /tmp/checktools.sh ../x.py && \
104
- NODE_PATH=`npm root -g` python3 ../x.py test tests/rustdoc-gui --stage 2 \
105
- --test-args "'--no-sandbox --jobs 1'"
+ NODE_PATH=`npm root -g` PUPPETEER_CACHE_DIR="/root/.cache/puppeteer" python3 ../x.py \
+ test tests/rustdoc-gui --stage 2 --test-args "'--no-sandbox --jobs 1'"
0 commit comments