Skip to content

Commit 3e93311

Browse files
authored
Remove the openssl-devel package from dependencies (#3852)
I confirmed the `openssl-devel` package is not needed to build Kani using fresh AL2 instances (both `aarch64` and `x86_64`). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent cc95ba9 commit 3e93311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/setup/al2/install_deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ DEPS=(
1313
cmake3
1414
gcc10-c++
1515
git
16-
openssl-devel
1716
wget
1817
)
1918

0 commit comments

Comments
 (0)