Skip to content

Commit dfedacb

Browse files
Manually set cache directory path when running GUI tests
1 parent 66bc97c commit dfedacb

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
101101
RUN /scripts/build-gccjit.sh /scripts
102102

103103
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'"
104+
NODE_PATH=`npm root -g` PUPPETEER_CACHE_DIR="/root/.cache/puppeteer" python3 ../x.py \
105+
test tests/rustdoc-gui --stage 2 --test-args "'--no-sandbox --jobs 1'"

0 commit comments

Comments
 (0)