Skip to content

Commit c1c9237

Browse files
authored
Disable chef build basicvideoplayer (#31534)
to fix build broken due to #30691
1 parent 039cbab commit c1c9237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cloudbuild/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
args:
1919
- >-
2020
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
21-
./examples/chef/chef.py --build_all --build_exclude noip
21+
./examples/chef/chef.py --build_all --build_exclude noip --build_exclude basicvideo
2222
id: CompileAll
2323
waitFor:
2424
- Bootstrap

0 commit comments

Comments
 (0)