We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c06eba commit 986daa3Copy full SHA for 986daa3
build.sh
@@ -135,7 +135,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
135
continue
136
fi
137
138
- configs="configs/defconfig.common;configs/defconfig.$target;configs/defconfig.debug_$BUILD_DEBUG"
+ configs="configs/defconfig.common;configs/defconfig.$target"
139
for defconf in `echo "$target_json" | jq -c '.features[]' | tr -d '"'`; do
140
configs="$configs;configs/defconfig.$defconf"
141
done
0 commit comments