Upload mapfile for future memory analysis (#6228)
diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml
index 81462a0..0675f7c 100644
--- a/.github/workflows/examples-efr32.yaml
+++ b/.github/workflows/examples-efr32.yaml
@@ -76,8 +76,11 @@
steps.outsuffix.outputs.value }}
path: |
out/lock_app_debug/BRD4161A/chip-efr32-lock-example.out
+ out/lock_app_debug/BRD4161A/chip-efr32-lock-example.out.map
out/lighting_app_debug/BRD4161A/chip-efr32-lighting-example.out
+ out/lighting_app_debug/BRD4161A/chip-efr32-lighting-example.out.map
out/lighting_app_debug_rpc/BRD4161A/chip-efr32-lighting-example.out
+ out/lighting_app_debug_rpc/BRD4161A/chip-efr32-lighting-example.out.map
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
- name: Remove SiliconLabs binaries for CodeQL Analysis
diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml
index 697ea11..024aafd 100644
--- a/.github/workflows/examples-k32w.yaml
+++ b/.github/workflows/examples-k32w.yaml
@@ -65,7 +65,9 @@
steps.outsuffix.outputs.value }}
path: |
out/lock_app_debug/chip-k32w061-lock-example.out
+ out/lock_app_debug/chip-k32w061-lock-example.out.map
out/lighting_app_debug/chip-k32w061-light-example
+ out/lighting_app_debug/chip-k32w061-light-example.map
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
# - name: Perform CodeQL Analysis
diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml
index 79bb89b..02de7ea 100644
--- a/.github/workflows/examples-linux-standalone.yaml
+++ b/.github/workflows/examples-linux-standalone.yaml
@@ -81,10 +81,15 @@
steps.outsuffix.outputs.value }}
path: |
out/all_clusters_debug/all-clusters-server
+ out/all_clusters_debug/all-clusters-server.map
out/bridge_debug/bridge-app-server
+ out/bridge_debug/bridge-app-server.map
out/chip_tool_debug/chip-tool
+ out/chip_tool_debug/chip-tool.map
out/lighting_app_debug_rpc/chip-lighting-app
+ out/lighting_app_debug_rpc/chip-lighting-app.map
out/shell_debug/chip-shell
+ out/shell_debug/chip-shell.map
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
- name: Remove dbus binaries for CodeQL Analysis
diff --git a/.github/workflows/examples-qpg6100.yaml b/.github/workflows/examples-qpg6100.yaml
index 23f6877..31c432a 100644
--- a/.github/workflows/examples-qpg6100.yaml
+++ b/.github/workflows/examples-qpg6100.yaml
@@ -64,7 +64,9 @@
steps.outsuffix.outputs.value }}
path: |
out/lock_app_debug/chip-qpg6100-lock-example.out
+ out/lock_app_debug/chip-qpg6100-lock-example.out.map
out/lighting_app_debug/chip-qpg6100-lighting-example.out
+ out/lighting_app_debug/chip-qpg6100-lighting-example.out.map
- name: Remove third_party binaries for CodeQL Analysis
run: find out -type d -name "third_party" -exec rm -rf {} +
# - name: Perform CodeQL Analysis