circleci: provide prereq output in the build log 9659/head
authorPetr Štetiar <ynezz@true.cz>
Tue, 13 Aug 2019 13:20:15 +0000 (15:20 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 13 Aug 2019 14:21:09 +0000 (16:21 +0200)
commita6d5b5d1c1c6ea922afcfff1efac7fb55c9664c4
tree029d83b3ac09cfac7742504b255ca55e36496bd8
parent4abdc0234f3a25b5c9edea08f61e4d9186283946
circleci: provide prereq output in the build log

Commit 200f2666fb1c ("sdk: fix GCC and Python dangling symlinks") in
master tree has forced prereq build step, which is now failing on the CI
as the Docker CI images are missing Python3 support, so now every build
fails with the following error:

 make: *** [staging_dir/host/.prereq-build] Error 1

which is not helpful due to the silenced output of `make defconfig >
/dev/null`, so let's add `make prereq` build step in order to get
something usable next time.

Reported-by: Karl Palsson <karlp@etactica.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.circleci/config.yml