From 5ed7cc4b10785ccb43fc29dc13486865c1586a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Bari=C5=A1i=C4=87?= <48765171+MarkoBarisic@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:21:56 +0100 Subject: [PATCH] Add openssl to MEMGRAPH_BUILD_DEPS for amzn-2 and centos-7 (#1771) --- environment/os/amzn-2.sh | 1 + environment/os/centos-7.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/environment/os/amzn-2.sh b/environment/os/amzn-2.sh index a9cc3e4b2..bac62233e 100755 --- a/environment/os/amzn-2.sh +++ b/environment/os/amzn-2.sh @@ -45,6 +45,7 @@ MEMGRAPH_BUILD_DEPS=( readline-devel # for memgraph console python3-devel # for query modules openssl-devel + openssl libseccomp-devel python3 python3-pip nmap-ncat # for tests # diff --git a/environment/os/centos-7.sh b/environment/os/centos-7.sh index d9fc93912..0e029fab5 100755 --- a/environment/os/centos-7.sh +++ b/environment/os/centos-7.sh @@ -43,6 +43,7 @@ MEMGRAPH_BUILD_DEPS=( readline-devel # for memgraph console python3-devel # for query modules openssl-devel + openssl libseccomp-devel python3 python-virtualenv python3-pip nmap-ncat # for qa, macro_benchmark and stress tests #