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 6d4386d commit d1108c3Copy full SHA for d1108c3
scripts/check_all.sh
@@ -225,7 +225,7 @@ call_step() {
225
log_bold "********* Processing target: ${tgt}"
226
eval BOLOS_SDK="$(echo "\$${tgt}" | tr '[:lower:]' '[:upper:]')_SDK"
227
if [[ "${IS_RUST}" == true ]]; then
228
- COMMAND="(cd ${APP_DIR}/${BUILD_DIR} && cargo +$RUST_NIGHTLY clippy --target ${TARGET/nanosp/nanosplus} -- -Dwarnings)"
+ COMMAND="(cd ${APP_DIR}/${BUILD_DIR} && cargo +$RUST_NIGHTLY clippy --target ${tgt/nanosp/nanosplus} -- -Dwarnings)"
229
else
230
COMMAND="make ${make_option[*]} ENABLE_SDK_WERROR=1 scan-build"
231
fi
0 commit comments