You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gn --root="$CHIP_ROOT" gen "$OUTPUT_ROOT" --args="chip_detail_logging=$chip_detail_loggingenable_pylib=$enable_pybindings enable_rtti=$enable_pybindings$chip_mdns_arg chip_controller=false $chip_data_model_arg"
94
+
gn --root="$CHIP_ROOT" gen "$OUTPUT_ROOT" --args="chip_detail_logging=$chip_detail_logging$chip_mdns_arg chip_controller=false $chip_data_model_arg"
101
95
102
96
# Compiles python files
103
-
# Check pybindings was requested
104
-
if [ "$enable_pybindings"==true ];then
105
-
ninja -v -C "$OUTPUT_ROOT" pycontroller
106
-
else
107
-
ninja -v -C "$OUTPUT_ROOT" chip-core
108
-
fi
97
+
ninja -v -C "$OUTPUT_ROOT" chip-core
109
98
110
99
# Create a virtual environment that has access to the built python tools
111
100
virtualenv --clear "$ENVIRONMENT_ROOT"
112
101
113
102
# Activate the new environment to register the python WHL
0 commit comments