File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ while getopts ":A:I:i:c:t:b:sde" opt; do
52
52
;;
53
53
b )
54
54
b=$OPTARG
55
- if [ " $b " != " build" ] &&
56
- [ " $b " != " menuconfig" ] &&
57
- [ " $b " != " reconfigure" ] &&
58
- [ " $b " != " idf-libs" ] &&
59
- [ " $b " != " copy-bootloader" ] &&
55
+ if [ " $b " != " build" ] &&
56
+ [ " $b " != " menuconfig" ] &&
57
+ [ " $b " != " reconfigure" ] &&
58
+ [ " $b " != " idf-libs" ] &&
59
+ [ " $b " != " copy-bootloader" ] &&
60
60
[ " $b " != " mem-variant" ]; then
61
61
print_help
62
62
fi
@@ -119,7 +119,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
119
119
# Skip building for targets that are not in the $TARGET array
120
120
continue
121
121
fi
122
-
122
+
123
123
configs=" configs/defconfig.common;configs/defconfig.$target "
124
124
for defconf in ` echo " $target_json " | jq -c ' .features[]' | tr -d ' "' ` ; do
125
125
configs=" $configs ;configs/defconfig.$defconf "
@@ -173,7 +173,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
173
173
continue
174
174
fi
175
175
fi
176
-
176
+
177
177
# Skip chips that should not be a part of the final libs
178
178
# WARNING!!! this logic needs to be updated when cron builds are split into jobs
179
179
if [ " $TARGET " = " all" ] && [ $target_skip -eq 1 ]; then
You can’t perform that action at this time.
0 commit comments