|
58 | 58 | gh-context: ${{ toJson(github) }}
|
59 | 59 |
|
60 | 60 | - name: Update Zephyr to specific revision (for developers purpose)
|
61 |
| - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 83e187168d097ce157972dbc92aeff888bf84d74" |
| 61 | + run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b8320f9853c629f627389ed87eb16149d1e05a5c" |
62 | 62 |
|
63 | 63 | - name: Build example Telink (B92 retention) Air Quality Sensor App
|
64 | 64 | # Run test for master and s07641069 PRs
|
@@ -179,18 +179,18 @@ jobs:
|
179 | 179 | run: rm -rf ./out/telink*
|
180 | 180 |
|
181 | 181 | # tl321x_retention is not supported by the Zephyr 3.7 version
|
182 |
| - - name: Build example Telink (tl321x_retention) Light Switch App with OTA, Shell, Factory Data |
183 |
| - # Run test for master and all PRs |
184 |
| - run: | |
185 |
| - ./scripts/run_in_build_env.sh \ |
186 |
| - "./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build" |
187 |
| - .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ |
188 |
| - telink tl3218x_retention light-switch-app-ota-shell-factory-data \ |
189 |
| - out/telink-tl3218x_retention-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \ |
190 |
| - /tmp/bloat_reports/ |
| 182 | + # - name: Build example Telink (tl321x_retention) Light Switch App with OTA, Shell, Factory Data |
| 183 | + # # Run test for master and all PRs |
| 184 | + # run: | |
| 185 | + # ./scripts/run_in_build_env.sh \ |
| 186 | + # "./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build" |
| 187 | + # .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ |
| 188 | + # telink tl3218x_retention light-switch-app-ota-shell-factory-data \ |
| 189 | + # out/telink-tl3218x_retention-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \ |
| 190 | + # /tmp/bloat_reports/ |
191 | 191 |
|
192 |
| - - name: clean out build output (keep tools) |
193 |
| - run: rm -rf ./out/telink* |
| 192 | + # - name: clean out build output (keep tools) |
| 193 | + # run: rm -rf ./out/telink* |
194 | 194 |
|
195 | 195 | - name: Build example Telink (tl721x) Lighting App with OTA, Shell, Factory Data
|
196 | 196 | # Run test for master and all PRs
|
|
0 commit comments