summaryrefslogtreecommitdiff
path: root/util/build_with_clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/build_with_clang.py')
-rwxr-xr-xutil/build_with_clang.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/build_with_clang.py b/util/build_with_clang.py
index cc4397cab1..ea3a244797 100755
--- a/util/build_with_clang.py
+++ b/util/build_with_clang.py
@@ -7,6 +7,7 @@
"""Build firmware with clang instead of gcc."""
import argparse
import concurrent
+from concurrent.futures import ThreadPoolExecutor
import logging
import multiprocessing
import os
@@ -14,7 +15,7 @@ import shutil
import subprocess
import sys
import typing
-from concurrent.futures import ThreadPoolExecutor
+
# Add to this list as compilation errors are fixed for boards.
BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [
@@ -105,6 +106,7 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [
"ambassador",
"anahera",
"atlas",
+ "aurash",
"banshee",
"berknip",
"bloog",
@@ -117,6 +119,7 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [
"casta",
"chronicler",
"collis",
+ "constitution",
"copano",
"coral",
"corori",