Skip to content

Commit 441b667

Browse files
committed
change membrowse target to board/target and remove redundant continue-on-error directive
1 parent 115b26a commit 441b667

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_util.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979

8080
- name: Membrowse Upload
8181
if: inputs.toolchain != 'esp-idf' && inputs.upload-membrowse == true
82-
continue-on-error: true # have server busy issue with membrowse
8382
env:
8483
MEMBROWSE_API_KEY: ${{ secrets.MEMBROWSE_API_KEY }}
8584
run: |

hw/bsp/family_support.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ ld_defs=\"$(echo \"$ld_defs\" | xargs)\"")
327327
fi; \
328328
else \
329329
if [ \"$MEMBROWSE_UPLOAD\" = \"1\" ]; then \
330-
MEMBROWSE_CMD=\"${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${FAMILY}/${BOARD}/${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}\"; \
330+
MEMBROWSE_CMD=\"${MEMBROWSE_EXE} report ${OPTION} --identical --upload --github --target-name ${BOARD}/${TARGET} --api-key $ENV{MEMBROWSE_API_KEY}\"; \
331331
else \
332332
MEMBROWSE_CMD=\"${MEMBROWSE_EXE} report ${OPTION} --identical\"; \
333333
fi; \

0 commit comments

Comments
 (0)