upgrade duniter to gtest

This commit is contained in:
Yann Autissier
2025-10-12 04:36:10 +02:00
parent 20d6cdfe72
commit ca0c095ccc
6 changed files with 45 additions and 48 deletions
+1
View File
@@ -36,6 +36,7 @@ HOST_STACK ?= $(filter host,$(firstword $(subst /, ,$(STACK
MYOS_STACK ?= $(MYOS)/stack/myos
MYOS_STACK_FILE ?= networks volumes
RESU_DOCKER_REPOSITORY ?= $(subst -,/,$(USER_COMPOSE_PROJECT_NAME))
STACK ?= $(APP)
USER_COMPOSE_PROJECT_NAME ?= $(subst .,-,$(RESU))
USER_COMPOSE_SERVICE_NAME ?= $(USER_COMPOSE_PROJECT_NAME)
USER_DOCKER_IMAGE ?= $(USER_DOCKER_REPOSITORY):${DOCKER_IMAGE_TAG}