Skip to content

Commit

Permalink
Disable chef build of tempcontrol cabinet. (project-chip#36694)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and yyzhong-g committed Dec 11, 2024
1 parent c6e46eb commit edc4703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifdef MATTER_DM_PLUGIN_TEMPERATURE_CONTROL_SERVER
#include "static-supported-temperature-levels.h"
#include <app/clusters/temperature-control-server/supported-temperature-levels-manager.h>
#include <lib/support/CodeUtils.h>

using namespace chip;
using namespace chip::app::Clusters;
Expand Down
2 changes: 1 addition & 1 deletion integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
args:
- >-
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
./examples/chef/chef.py --build_all --build_exclude noip
./examples/chef/chef.py --build_all --build_exclude "noip|temperaturecontrolledcabinet"
id: CompileAll
waitFor:
- Bootstrap
Expand Down

0 comments on commit edc4703

Please sign in to comment.