File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 - name : Build x64 CHIP Tool with debug logs enabled
7777 timeout-minutes : 10
7878 run : |
79- scripts/run_in_build_env.sh "gn gen out/chiptool_x64_debug --args='chip_mdns=\"platform\" chip_crypto=\"mbedtls\" symbol_level=0 is_debug=false'"
79+ scripts/run_in_build_env.sh "gn gen out/chiptool_x64_debug --args='chip_mdns=\"platform\" chip_crypto=\"mbedtls\" symbol_level=0 is_debug=false enable_im_pretty_print=true '"
8080 scripts/run_in_build_env.sh "ninja -C out/chiptool_x64_debug chip-tool"
8181 strip out/chiptool_x64_debug/chip-tool -o /tmp/output_binaries/chip-tool_x64
8282 - name : Build x64 OTA Provider
@@ -111,6 +111,7 @@ jobs:
111111 target_cpu=\"arm64\"
112112 symbol_level=0
113113 is_debug=false
114+ enable_im_pretty_print=true
114115 chip_crypto=\"mbedtls\"'"
115116 scripts/run_in_build_env.sh "ninja -C out/chiptool_arm64_debug chip-tool"
116117 aarch64-linux-gnu-strip out/chiptool_arm64_debug/chip-tool -o /tmp/output_binaries/chip-tool_arm64
You can’t perform that action at this time.
0 commit comments