1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

Merge pull request #20629 from maribu/examples/gcoap/docker

examples/gcoap: pass through variables to docker
This commit is contained in:
Marian Buschsieweke 2024-04-30 16:42:12 +00:00 committed by GitHub
commit 3783bb1588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,13 @@ ifeq (1,$(USE_ZEP))
USEMODULE += socket_zep
endif
# Pass through application configuration to the docker container, if
# BUILD_IN_DOCKER=1 is used:
DOCKER_ENV_VARS += LWIP_IPV4
DOCKER_ENV_VARS += LWIP_IPV6
DOCKER_ENV_VARS += USE_ZEP
DOCKER_ENV_VARS += ZEP_PORT_BASE
include $(RIOTBASE)/Makefile.include
# For now this goes after the inclusion of Makefile.include so Kconfig symbols