mirror of https://github.com/google/oss-fuzz.git
Capstone: use the new v4 branch (#2246)
This commit is contained in:
parent
31e74f0dce
commit
40286086df
|
@ -17,7 +17,7 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER capstone.engine@gmail.com
|
||||
RUN apt-get update && apt-get install -y make cmake python python-setuptools
|
||||
RUN git clone --depth 1 --branch master https://github.com/aquynh/capstone.git capstonemaster
|
||||
RUN git clone --depth 1 --branch v4 https://github.com/aquynh/capstone.git capstonev4
|
||||
RUN git clone --depth 1 --branch next https://github.com/aquynh/capstone.git capstonenext
|
||||
WORKDIR $SRC
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
#add next branch
|
||||
for branch in master next
|
||||
for branch in v4 next
|
||||
do
|
||||
cd capstone$branch
|
||||
# build project
|
||||
|
|
Loading…
Reference in New Issue