Skip to content
Snippets Groups Projects
Commit e96d1851 authored by ruffsl's avatar ruffsl
Browse files

Always build underlay as release

parent da9cec63
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ executors:
<<: *common_environment
CACHE_NONCE: "Debug"
OVERLAY_MIXINS: "debug ccache coverage-gcc"
UNDERLAY_MIXINS: "debug ccache"
UNDERLAY_MIXINS: "release ccache"
release_exec:
docker:
- image: rosplanning/navigation2:master.release
......
......@@ -3,7 +3,7 @@ set -ex
export FROM_IMAGE=osrf/ros2:nightly
export FAIL_ON_BUILD_FAILURE=""
export UNDERLAY_MIXINS="debug ccache"
export UNDERLAY_MIXINS="release ccache"
export OVERLAY_MIXINS="debug ccache coverage-gcc"
docker build \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment