aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/Makefile
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2024-12-08 15:13:44 +0100
committerFlorin Coras <florin.coras@gmail.com>2024-12-10 05:06:06 +0000
commitc4b4cd5e77cc5f3305c90eecf802c601392b7975 (patch)
treed07443483328c76b5b3fcaf0e1e04cf838cbb8fb /extras/hs-test/Makefile
parent8b2a67c8f3977291fbafca37a435b5cd1ef4c214 (diff)
hs-test: arm support
CPU arch dependencies cleanup. Everything works fine apart from redis-benchmark test. Type: test Change-Id: I4a1e7d3bce994f6ea0681e06955ef9c621468642 Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r--extras/hs-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile
index 7d1242e08d8..54ab9221be6 100644
--- a/extras/hs-test/Makefile
+++ b/extras/hs-test/Makefile
@@ -175,7 +175,7 @@ install-deps:
@rm -f .deps.ok
@apt-get update \
&& apt-get install -y apt-transport-https ca-certificates curl software-properties-common \
- apache2-utils wrk bridge-utils gpg
+ bridge-utils gpg
@if [ ! -f /usr/share/keyrings/docker-archive-keyring.gpg ] ; then \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg; \
echo "deb [arch=$(ARCH) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(UBUNTU_CODENAME) stable" \