Skip to content

Commit 7494cb3

Browse files
adigierlubos
authored andcommitted
[nrf noup] Build chip-tool with logs
Add `enable_im_pretty_print=true` to enable detailed debug logs. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent c261ed9 commit 7494cb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release_tools.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)