Skip to content

Commit

Permalink
[libfmt] use upstream repo (#2552)
Browse files Browse the repository at this point in the history
The fuzzers have been merged upstream, see
fmtlib/fmt#1199
  • Loading branch information
pauldreik authored and jonathanmetzman committed Jun 30, 2019
1 parent ad63d0e commit 098ec8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions projects/libfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

1 change: 0 additions & 1 deletion projects/libfmt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ cmake .. \
cmake --build .

cp bin/fuzzer_* $OUT

3 changes: 1 addition & 2 deletions projects/libfmt/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
homepage: "https://github.com/pauldreik/fmt"
homepage: "https://github.com/fmtlib/fmt"
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"

0 comments on commit 098ec8c

Please sign in to comment.