Skip to content

Commit 689c637

Browse files
committed
SWPROT-8953: build: cmake: Disable other protocols than z-wave and dev-ui
For the record, github is not handling the load, monorepo do not scale. This does not even build on github: uic_gms_build ...............................................***Failed 95.52 sec then it is hanging on: Start 216: uic_image_provider_build And then job is killed after the 6h limit, more should be disabled. Origin: #6 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 21c3b3c commit 689c637

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Build options enabling different permutations and exluding unwanted software
22
# applications
33
option(FETCH_GSDK "Force CMAKE to fetch Gecko SDK from GitHub" OFF)
4-
option(BUILD_ZIGPC "Package the ZIGPC" ON)
4+
option(BUILD_ZIGPC "Package the ZIGPC" OFF)
55
option(BUILD_ZPC "Package the ZPC" ON)
6-
option(BUILD_DEV_GUI "Package the developer GUI" ON)
6+
option(BUILD_DEV_GUI "Package the developer GUI" OFF)
77
option(BUILD_UIC_DEMO "Package the Unify demo" ON)
88
option(BUILD_UPVL "Package the UIC-UPVL" ON)
99
option(BUILD_GMS "Package the UIC-GMS" ON)
1010
option(BUILD_IMAGE_PROVIDER "Build the UIC-IMAGE-PROVIDER" ON)
11-
option(BUILD_AOXPC "Package the AOXPC" ON)
12-
option(BUILD_POSITIONING "Package the Positioning Service" ON)
11+
option(BUILD_AOXPC "Package the AOXPC" OFF)
12+
option(BUILD_POSITIONING "Package the Positioning Service" OFF)
1313
option(BUILD_NAL "Package the Name and location service" ON)
1414
option(BUILD_UPTI_CAP "Build the UIC-UPTI-CAP" ON)
1515
option(BUILD_UPTI_WRITER "Build the UIC-UPTI-WRITER" ON)
16-
option(BUILD_CPCD "Package CPCd" ON)
17-
option(BUILD_ZIGBEED "Build Zigbeed" ON)
18-
option(BUILD_OTBR "Build OpenThread Border Router" ON)
19-
option(BUILD_MATTER_BRIDGE "Build the Matter Bridge" ON)
16+
option(BUILD_CPCD "Package CPCd" OFF)
17+
option(BUILD_ZIGBEED "Build Zigbeed" OFF)
18+
option(BUILD_OTBR "Build OpenThread Border Router" OFF)
19+
option(BUILD_MATTER_BRIDGE "Build the Matter Bridge" OFF)
2020
option(BUILD_EPC "Build EPC (Example Protocol Controller)" ON)
2121
option(BUILD_EMD "Build EMD (Example MQTT Device)" OFF)

0 commit comments

Comments
 (0)