Skip to content

Commit

Permalink
Manually set cache directory path when running GUI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 8, 2024
1 parent 66bc97c commit dfedacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
RUN /scripts/build-gccjit.sh /scripts

ENV SCRIPT /tmp/checktools.sh ../x.py && \
NODE_PATH=`npm root -g` python3 ../x.py test tests/rustdoc-gui --stage 2 \
--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 comments on commit dfedacb

Please sign in to comment.