mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Install tidy on x86_64-gnu-aux target to run html check
This commit is contained in:
parent
83a2bc31b9
commit
af37ed738a
@ -17,7 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libgl1-mesa-dev \
|
||||
llvm-dev \
|
||||
libfreetype6-dev \
|
||||
libexpat1-dev
|
||||
libexpat1-dev \
|
||||
tidy
|
||||
|
||||
COPY scripts/sccache.sh /scripts/
|
||||
RUN sh /scripts/sccache.sh
|
||||
|
Loading…
Reference in New Issue
Block a user