Skip to content

Commit 98cd86a

Browse files
committed
dev-desktops: Install bison, zlib1g, zlib1g-dev and unzip
Kani or verify-rust-std requires these dependencies: * [bison](https://packages.ubuntu.com/jammy/bison): YACC-compatible parser generator * [zlib1g](https://packages.ubuntu.com/jammy/zlib1g) and [zlib1g-dev](https://packages.ubuntu.com/jammy/zlib1g-dev): compression library - runtime and development * [unzip](https://packages.ubuntu.com/jammy/unzip): De-archiver for .zip files
1 parent 5e92af8 commit 98cd86a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/roles/dev-desktop/tasks/dependencies.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
- libgmp-dev
6969
- libmpc3
7070
- libmpc-dev
71+
# Necessary for kani
72+
- bison
73+
- zlib1g
74+
- zlib1g-dev
75+
- unzip
7176
state: present
7277

7378
# we don't need it because we don't need to send emails

0 commit comments

Comments
 (0)