Alex Bennée <alex.ben...@linaro.org> writes:
> From: Paolo Bonzini <pbonz...@redhat.com> > > Avoid the repeated inclusions of config-target.mak, which have > risks of namespace pollution, and instead build minimal configuration > files in a configuration script. The same configuration files can > also be included in Makefile and Makefile.qemu > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > Message-Id: <20190807143523.15917-4-pbonz...@redhat.com> > [AJB: s/docker/container/, rm last bits from configure] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> <snip> > + > + if test $got_cross_cc = no && test "$docker" != no && test -n > "$container_image"; then Oops, missed one. This is causing the breakage in the last GitLab CI test. -- Alex Bennée