aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/arduinojson
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-08-23 11:59:56 -0400
committerGravatar GitHub <noreply@github.com>2019-08-23 11:59:56 -0400
commit0a1c3c67c90f90832f341dbbbeca1abf84154b82 (patch)
tree4060f66cbc1fade75612b1fb555e06e2fd71f2a7 /projects/arduinojson
parentee9a96d0c5b753f12ec309c51f9173e6133cc2ec (diff)
Enable i386 fuzzing on another 11 projects (#2752)
Diffstat (limited to 'projects/arduinojson')
-rw-r--r--projects/arduinojson/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/arduinojson/project.yaml b/projects/arduinojson/project.yaml
index 71e89545..ab6c8b75 100644
--- a/projects/arduinojson/project.yaml
+++ b/projects/arduinojson/project.yaml
@@ -4,3 +4,6 @@ sanitizers:
- address
- memory
- undefined
+architectures:
+ - x86_64
+ - i386