summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index df8c047afd..c2282cba90 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -18,6 +18,10 @@ 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