mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
NOISSUE - Fix build tags (#2817)
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user