Skip to content

Commit

Permalink
igraph: move to the develop branch (#11946)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat authored May 11, 2024
1 parent 204d784 commit 0ec14aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/igraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y cmake bison flex
RUN git clone --branch master https://github.com/igraph/igraph
RUN git clone --branch develop https://github.com/igraph/igraph
WORKDIR igraph
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh

0 comments on commit 0ec14aa

Please sign in to comment.