We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41110d3 + a926158 commit c5bdc74Copy full SHA for c5bdc74
barretenberg/cpp/bootstrap.sh
@@ -154,7 +154,7 @@ function build_smt_verification {
154
return
155
fi
156
157
- sudo apt update && sudo apt install -y python3-pip python3-venv m4
+ sudo apt update && sudo apt install -y python3-pip python3-venv m4 bison
158
cmake --preset smt-verification
159
cmake --build build-smt --target smt_verification_tests
160
cache_upload barretenberg-smt-$hash.zst build-smt
build-images/src/Dockerfile
@@ -242,6 +242,7 @@ RUN apt update && \
242
python3-venv \
243
python3-pip \
244
m4 \
245
+ bison \
246
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
247
248
# Install osxcross. Requires developer to mount SDK from their mac host.
0 commit comments