Skip to content

Commit d5246d7

Browse files
committed
Disable chef build of tempcontrol cabinet.
1 parent 5ca422b commit d5246d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#ifdef MATTER_DM_PLUGIN_TEMPERATURE_CONTROL_SERVER
2222
#include "static-supported-temperature-levels.h"
2323
#include <app/clusters/temperature-control-server/supported-temperature-levels-manager.h>
24+
#include <lib/support/CodeUtils.h>
2425

2526
using namespace chip;
2627
using namespace chip::app::Clusters;

integrations/cloudbuild/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
args:
3030
- >-
3131
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
32-
./examples/chef/chef.py --build_all --build_exclude noip
32+
./examples/chef/chef.py --build_all --build_exclude "noip|temperaturecontrolledcabinet"
3333
id: CompileAll
3434
waitFor:
3535
- Bootstrap

0 commit comments

Comments
 (0)