NOISSUE - Fix build tags (#2817)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2025-04-11 15:28:29 +02:00
committed by GitHub
parent 757ad31f92
commit 0e571d1905
13 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ setup_mg() {
fi
done
echo "Compile check for rabbitmq..."
SMQ_MESSAGE_BROKER_TYPE=rabbitmq make http
SMQ_MESSAGE_BROKER_TYPE=msg_rabbitmq make http
echo "Compile check for redis..."
SMQ_ES_TYPE=redis make http
SMQ_ES_TYPE=es_redis make http
make -j$NPROC
}