We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca422b commit d5246d7Copy full SHA for d5246d7
examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp
@@ -21,6 +21,7 @@
21
#ifdef MATTER_DM_PLUGIN_TEMPERATURE_CONTROL_SERVER
22
#include "static-supported-temperature-levels.h"
23
#include <app/clusters/temperature-control-server/supported-temperature-levels-manager.h>
24
+#include <lib/support/CodeUtils.h>
25
26
using namespace chip;
27
using namespace chip::app::Clusters;
integrations/cloudbuild/chef.yaml
@@ -29,7 +29,7 @@ steps:
29
args:
30
- >-
31
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
32
- ./examples/chef/chef.py --build_all --build_exclude noip
+ ./examples/chef/chef.py --build_all --build_exclude "noip|temperaturecontrolledcabinet"
33
id: CompileAll
34
waitFor:
35
- Bootstrap
0 commit comments