Skip to content

Commit

Permalink
Add Node.js to PR CI image
Browse files Browse the repository at this point in the history
This should allow the `rustdoc-js` and `rustdoc-js-std` test suites to run automatically on PRs.
  • Loading branch information
ollie27 committed Mar 12, 2020
1 parent 823ff8c commit 965888a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/x86_64-gnu-llvm-7/Dockerfile
Expand Up @@ -16,7 +16,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \
pkg-config \
zlib1g-dev \
xz-utils
xz-utils \
nodejs

COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
Expand Down

0 comments on commit 965888a

Please sign in to comment.