File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -218,9 +218,6 @@ jobs:
218
218
- name : Bootstrap
219
219
working-directory : ./project-chip
220
220
run : bash scripts/bootstrap.sh -p all,darwin
221
- - name : ZAP Code pre-generation
222
- working-directory : ./project-chip
223
- run : scripts/run_in_build_env.sh "scripts/codepregen.py ./zzz_pregenerated/"
224
221
- name : Setup Build, Run Build and Run Tests
225
222
run : |
226
223
scripts/build/gn_gen.sh --args=" \
@@ -233,7 +230,6 @@ jobs:
233
230
chip_python_version=\"${{ needs.build_prepare.outputs.version }}\" \
234
231
chip_python_package_prefix=\"home-assistant-chip\" \
235
232
chip_python_platform_tag=\"macosx_14_0\" \
236
- chip_code_pre_generated_directory=\"$(pwd)/zzz_pregenerated\" \
237
233
"
238
234
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
239
235
- name : Run Python library specific unit tests
You can’t perform that action at this time.
0 commit comments