Skip to content

Commit

Permalink
capstone: update target branch and infomation (#10556)
Browse files Browse the repository at this point in the history
Get ready for capstone v5 branch. v4 is archived.
  • Loading branch information
kabeor authored Jul 21, 2023
1 parent e8a1a04 commit fae954f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/capstone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make cmake python python-setuptools
RUN git clone --depth 1 --branch v4 https://github.com/aquynh/capstone.git capstonev4
RUN git clone --depth 1 --branch v5 https://github.com/aquynh/capstone.git capstonev5
RUN git clone --depth 1 --branch next https://github.com/aquynh/capstone.git capstonenext
WORKDIR $SRC
COPY build.sh $SRC/
2 changes: 1 addition & 1 deletion projects/capstone/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
################################################################################

#add next branch
for branch in v4 next
for branch in v5 next
do
cd capstone$branch
# build project
Expand Down
3 changes: 2 additions & 1 deletion projects/capstone/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
fuzzing_engines:
- libfuzzer
- afl
Expand All @@ -12,4 +13,4 @@ sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/aquynh/capstone.git'
main_repo: 'https://github.com/capstone-engine/capstone.git'

0 comments on commit fae954f

Please sign in to comment.