[libfmt] use upstream repo (#2552)

The fuzzers have been merged upstream, see
https://github.com/fmtlib/fmt/pull/1199
This commit is contained in:
Paul Dreik 2019-06-30 17:38:22 +02:00 committed by jonathanmetzman
parent ad63d0e0ed
commit 098ec8c804
3 changed files with 3 additions and 9 deletions

View File

@ -20,12 +20,8 @@ RUN echo "CXX=$CXX"
RUN echo "CXXFLAGS=$CXXFLAGS"
RUN apt-get update && apt-get install -y cmake ninja-build
RUN git clone --single-branch --branch fuzz \
https://github.com/pauldreik/fmt.git \
--recursive
# this requires git>=2.9.0
#--shallow-submodules
RUN git clone --depth 1 --branch master \
https://github.com/fmtlib/fmt.git
WORKDIR fmt
COPY build.sh $SRC/

View File

@ -40,4 +40,3 @@ cmake .. \
cmake --build .
cp bin/fuzzer_* $OUT

View File

@ -1,5 +1,4 @@
homepage: "https://github.com/pauldreik/fmt"
homepage: "https://github.com/fmtlib/fmt"
primary_contact: "pauldreikossfuzz@gmail.com"
auto_ccs:
- "victor.zverovich@gmail.com"