Go to file
Anas Nashif 6d4ff2303e sanitycheck: reduce number of unnecessary configuration builds
When running a reduced set of tests with --platform-limit or using the
default of 1 we build the configuration (make initconfig) for all
platforms, although we are only interested in a limited set. On my
machine this is 100s of build time for configurations we are never going
to use.
This reduces the number of builds to what we really need and speeds up
sanitycheck runtime overall.

Might need a few more optimisations.

Change-Id: I813fabf1453f19ce7a83b28e4792b5c80616d936
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-05 02:05:58 +00:00
.known-issues
arch arc: add -fno-delete-null-pointer-checks 2017-01-04 19:06:41 +00:00
boards
doc
drivers
ext
include arm: Cortex-M0: Adapt core register code to M0 2017-01-03 22:44:35 +00:00
kernel
lib
misc
samples doc: samples: fix rst layout and use code-blocks 2017-01-04 12:24:11 -05:00
scripts sanitycheck: reduce number of unnecessary configuration builds 2017-01-05 02:05:58 +00:00
subsys
tests sanity: prevent stack corruption at test_static_idt 2017-01-05 02:03:27 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS maintainers: update KNOWN ISSUES and MAINTAINERS section 2017-01-04 23:49:29 +00:00
Makefile
Makefile.inc tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
release-notes.rst
zephyr-env.sh