Skip to content

Commit

Permalink
[experiments] Add extra required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SanWieb committed Apr 13, 2024
1 parent 84213b8 commit 367032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/poc-common/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Install dependencies to build kernel
sudo apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev zstd liblz4-tool
sudo apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev zstd liblz4-tool dwarves gdb

# Required for FineIBT testing
sudo apt install gcc-9
Expand Down

0 comments on commit 367032f

Please sign in to comment.