Skip to content

Commit

Permalink
do not build capnp or capstone, do build z3
Browse files Browse the repository at this point in the history
  • Loading branch information
artemdinaburg committed May 18, 2020
1 parent 81002e7 commit 0adc881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN mkdir -p /cache && ./pkgman.py \
--verbose \
"--additional_paths=${BOOTSTRAP}/cmake/bin:${LIBRARIES}/llvm/bin" \
"--repository_path=${LIBRARIES}" \
"--packages=cmake,capstone,google,xed,capnproto" && \
"--packages=cmake,google,xed,z3" && \
rm -rf build && mkdir build && \
rm -rf sources && mkdir sources && rm -rf /cache

Expand Down

0 comments on commit 0adc881

Please sign in to comment.