aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-05-30 15:12:25 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2019-05-30 15:13:44 +0300
commit692ac4f13f4b4a5430c54a5f1720926ed33d656a (patch)
tree43f53c5bef69f642cb417eff58da505f6e823628
parentc6ed0ed7a98985be63d27a12bec883364d5fc657 (diff)
zephyr-upstream: Remove --subset flag, now that everything seems to work.
Change-Id: I7db68e3cc852b7f5ca7840cb48106efa8dd4899b
-rwxr-xr-xzephyr-upstream/builders.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index c8d460c418..34daca86f0 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -75,7 +75,6 @@ time ${ZEPHYR_BASE}/scripts/sanitycheck \
--build-only \
--outdir ${OUTDIR} \
--enable-slow \
- --subset=1/20 \
-x=USE_CCACHE=${USE_CCACHE}
cd ${ZEPHYR_BASE}