Skip to content

Commit dd33a61

Browse files
committed
no summaries for now
1 parent fd679f5 commit dd33a61

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/sanity_check.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,10 @@ preprocess=$"$gcc \
108108
$preprocess \
109109
"$root/tools/sdk/ld/eagle.app.v6.common.ld.h" \
110110
-o "local.eagle.app.v6.common.ld"
111-
step_summary \
112-
"Default local.eagle.app.v6.common.ld" \
113-
local.eagle.app.v6.common.ld
114111

115112
$preprocess \
116113
"local.eagle.flash.ld.h" \
117114
-o "local.eagle.flash.ld"
118-
step_summary \
119-
"Default local.eagle.flash.ld" \
120-
local.eagle.flash.ld
121115

122116
libs=$"-lhal -lphy -lpp -lnet80211 -llwip6-1460-feat -lwpa \
123117
-lcrypto -lmain -lwps -lbearssl -lespnow -lsmartconfig \
@@ -155,7 +149,3 @@ link=$"$root/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc
155149
nm=$"$root/tools/xtensa-lx106-elf/bin/xtensa-lx106-elf-nm -C"
156150

157151
$link -o xtensa.elf
158-
step_summary "CI .elf link map" xtensa.map
159-
160-
$nm xtensa.elf > symbols.txt
161-
step_summary "CI .elf symbols" symbols.txt

0 commit comments

Comments
 (0)