mirror of https://github.com/google/oss-fuzz.git
Move tmux corpus to the new location (#4628)
This commit is contained in:
parent
52d73b8923
commit
5a49742166
|
@ -19,6 +19,6 @@ RUN apt-get update && apt-get install -y autoconf automake bison pkg-config \
|
||||||
libevent-dev ncurses-dev
|
libevent-dev ncurses-dev
|
||||||
|
|
||||||
RUN git clone --depth 1 https://github.com/tmux/tmux.git
|
RUN git clone --depth 1 https://github.com/tmux/tmux.git
|
||||||
RUN git clone --depth 1 https://github.com/snizovtsev/tmux-fuzzing-corpus.git
|
RUN git clone --depth 1 https://github.com/tmux/tmux-fuzzing-corpus.git
|
||||||
WORKDIR tmux
|
WORKDIR tmux
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue