File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ while getopts ":A:I:i:c:t:b:sde" opt; do
63
63
;;
64
64
b )
65
65
b=$OPTARG
66
- if [ " $b " != " build" ] &&
67
- [ " $b " != " menuconfig" ] &&
68
- [ " $b " != " reconfigure" ] &&
69
- [ " $b " != " idf-libs" ] &&
70
- [ " $b " != " copy-bootloader" ] &&
66
+ if [ " $b " != " build" ] &&
67
+ [ " $b " != " menuconfig" ] &&
68
+ [ " $b " != " reconfigure" ] &&
69
+ [ " $b " != " idf-libs" ] &&
70
+ [ " $b " != " copy-bootloader" ] &&
71
71
[ " $b " != " mem-variant" ]; then
72
72
print_help
73
73
fi
@@ -134,7 +134,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
134
134
# Skip building for targets that are not in the $TARGET array
135
135
continue
136
136
fi
137
-
137
+
138
138
configs=" configs/defconfig.common;configs/defconfig.$target "
139
139
for defconf in ` echo " $target_json " | jq -c ' .features[]' | tr -d ' "' ` ; do
140
140
configs=" $configs ;configs/defconfig.$defconf "
@@ -188,7 +188,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
188
188
continue
189
189
fi
190
190
fi
191
-
191
+
192
192
# Skip chips that should not be a part of the final libs
193
193
# WARNING!!! this logic needs to be updated when cron builds are split into jobs
194
194
if [ " $TARGET " = " all" ] && [ $target_skip -eq 1 ]; then
You can’t perform that action at this time.
0 commit comments