mirror of https://github.com/google/oss-fuzz.git
[libfmt] use upstream repo (#2552)
The fuzzers have been merged upstream, see https://github.com/fmtlib/fmt/pull/1199
This commit is contained in:
parent
ad63d0e0ed
commit
098ec8c804
|
@ -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/
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ cmake .. \
|
|||
cmake --build .
|
||||
|
||||
cp bin/fuzzer_* $OUT
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue