Skip to content

Commit a926158

Browse files
committed
Recent ci failures resolution
1 parent e04bc1d commit a926158

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

barretenberg/cpp/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function build_smt_verification {
154154
return
155155
fi
156156

157-
sudo apt update && sudo apt install -y python3-pip python3-venv m4
157+
sudo apt update && sudo apt install -y python3-pip python3-venv m4 bison
158158
cmake --preset smt-verification
159159
cmake --build build-smt --target smt_verification_tests
160160
cache_upload barretenberg-smt-$hash.zst build-smt

build-images/src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ RUN apt update && \
242242
python3-venv \
243243
python3-pip \
244244
m4 \
245+
bison \
245246
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
246247

247248
# Install osxcross. Requires developer to mount SDK from their mac host.

0 commit comments

Comments
 (0)