Skip to content

Commit 0adc881

Browse files
committed
do not build capnp or capstone, do build z3
1 parent 81002e7 commit 0adc881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN mkdir -p /cache && ./pkgman.py \
7171
--verbose \
7272
"--additional_paths=${BOOTSTRAP}/cmake/bin:${LIBRARIES}/llvm/bin" \
7373
"--repository_path=${LIBRARIES}" \
74-
"--packages=cmake,capstone,google,xed,capnproto" && \
74+
"--packages=cmake,google,xed,z3" && \
7575
rm -rf build && mkdir build && \
7676
rm -rf sources && mkdir sources && rm -rf /cache
7777

0 commit comments

Comments
 (0)