summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-10-08 15:04:42 +0000
committerCommit Bot <commit-bot@chromium.org>2019-10-08 22:38:04 +0000
commit73d209a06ea28aff150ebdf73e808355a48dec22 (patch)
treec36543a38df1d7d03a1b478442bd69480979e9a4
parente3335daa3a22688751ba3137ac507b9a940af9c8 (diff)
downloadchrome-ec-73d209a06ea28aff150ebdf73e808355a48dec22.tar.gz
Revert "Temporarily disable jerry due to CQ outages"
This reverts commit 437e7346ab38a1eca1bb8526ae03b120635f03e9. Reason for revert: jerry RO space issue resolved BUG=chromium:1011621 Original change's description: > Temporarily disable jerry due to CQ outages > > jerry is out of RO flash space and causing CQ outages. disable from > buildall until it gets a proper fix. > > BUG=chromium:1011621 > TEST=buildall > > Change-Id: I09c6d2729660d94c0462b0ed5795b977ace90a3a > Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1844145 > Reviewed-by: Jason Clinton <jclinton@chromium.org> > Reviewed-by: Mike Frysinger <vapier@chromium.org> > Commit-Queue: Jason Clinton <jclinton@chromium.org> Bug: chromium:1011621 Change-Id: I52bd1c661684da39192e82ea801e7998bb07bbd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1847773 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jason Clinton <jclinton@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--Makefile.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c2282cba90..df8c047afd 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -18,10 +18,6 @@ host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) $(wil
# Don't do a build test on the following boards:
skip_boards = OWNERS host kevin gru
-
-# crbug.com/1011621: jerry is out of RO space, temporarily disable
-skip_boards += jerry
-
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary