File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222
2323MAP_CONAN_HOME_TO_DOCKER_HOST_CMD_LINE_ARG: =
2424ifdef MAP_CONAN_HOME_TO_DOCKER_HOST
25- MAP_CONAN_HOME_TO_DOCKER_HOST_CMD_LINE_ARG: =-v "${MAP_CONAN_HOME_TO_DOCKER_HOST}:/home/build/.conan "
25+ MAP_CONAN_HOME_TO_DOCKER_HOST_CMD_LINE_ARG: =-v "${MAP_CONAN_HOME_TO_DOCKER_HOST}:/conan_user_home "
2626endif
2727
2828CURRENT_UID := $(shell id -u)
5353 -v $(PWD ) :/source \
5454 ${MAP_CONAN_HOME_TO_DOCKER_HOST_CMD_LINE_ARG} \
5555 -w /source/agent/native \
56+ -e CONAN_USER_HOME=/conan_user_home \
5657 elasticobservability/apm-agent-php-dev:native-build-gcc-12.2.0-$(BUILD_ARCHITECTURE ) -0.0.2 \
5758 sh -c " cmake --preset $( BUILD_ARCHITECTURE) -release && cmake --build --preset $( BUILD_ARCHITECTURE) -release && /source/agent/native/_build/$( BUILD_ARCHITECTURE) -release/ext/unit_tests/unit_tests"
5859 @echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments