mirror of https://github.com/google/oss-fuzz.git
[tidy-html5] Check out tidy-html5 from the 'next' branch, instead of the default 'master'. The next branch is the one that gets the latest features and fixes in practice. (#2090)
This commit is contained in:
parent
dfd574a1ba
commit
8f46f4deea
|
@ -22,7 +22,8 @@ RUN apt-get update && \
|
|||
cmake ninja-build && \
|
||||
apt-get clean
|
||||
|
||||
RUN git clone https://github.com/htacg/tidy-html5.git tidy-html5
|
||||
RUN git clone -b next --single-branch \
|
||||
https://github.com/htacg/tidy-html5.git tidy-html5
|
||||
WORKDIR tidy-html5
|
||||
COPY build.sh $SRC/
|
||||
COPY *.c *.h *.options $SRC/
|
||||
|
|
Loading…
Reference in New Issue