File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
47
47
LIBS=[
48
48
"-lesp_zb_api_zczr",
49
49
"-lesp_zb_cli_command",
50
- "-lzboss_stack.zczr.trace",
51
50
"-lzboss_stack.zczr",
52
51
"-lzboss_port"
53
52
]
@@ -57,7 +56,6 @@ if "ZIGBEE_MODE_ED" in flatten_cppdefines:
57
56
LIBS=[
58
57
"-lesp_zb_api_ed",
59
58
"-lesp_zb_cli_command",
60
- "-lzboss_stack.ed.trace",
61
59
"-lzboss_stack.ed",
62
60
"-lzboss_port"
63
61
]
Original file line number Diff line number Diff line change 41
41
42
42
if [ " $AR_BRANCH " ]; then
43
43
echo " AR_BRANCH='$AR_BRANCH '"
44
+ git -C " $AR_COMPS /arduino" fetch --all && \
44
45
git -C " $AR_COMPS /arduino" checkout " $AR_BRANCH " && \
45
- git -C " $AR_COMPS /arduino" fetch && \
46
46
git -C " $AR_COMPS /arduino" pull --ff-only
47
47
fi
48
48
if [ $? -ne 0 ]; then exit 1; fi
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ if [ ! -d "$IDF_PATH" ]; then
17
17
idf_was_installed=" 1"
18
18
fi
19
19
20
+ git -C " $IDF_PATH " fetch --all --tags
21
+
20
22
if [ " $IDF_TAG " ]; then
21
23
git -C " $IDF_PATH " checkout " tags/$IDF_TAG "
22
24
idf_was_installed=" 1"
You can’t perform that action at this time.
0 commit comments