Merge pull request #4825 from gebart/pr/makefile-buildtest-toolchain
buildtest: Pass TOOLCHAIN variable to build workers
This commit is contained in:
commit
e9b9589264
@ -60,6 +60,7 @@ buildtest:
|
||||
RIOT_VERSION=$${RIOT_VERSION} \
|
||||
WERROR=$${WERROR} \
|
||||
LTO=$${LTO} \
|
||||
TOOLCHAIN=$${TOOLCHAIN} \
|
||||
$(MAKE) -j$(NPROC) 2>&1) ; \
|
||||
if [ "$${?}" = "0" ]; then \
|
||||
${COLOR_ECHO} "${COLOR_GREEN}success${COLOR_RESET}"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user