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.
no_std
1 parent 084f370 commit 907c6d6Copy full SHA for 907c6d6
ci/build.sh
@@ -22,7 +22,7 @@ fi
22
test_target() {
23
build_cmd="${1}"
24
target="${2}"
25
- no_std="${3}"
+ no_std="${3:-}"
26
27
# If there is a std component, fetch it:
28
if [ "${no_std}" != "1" ]; then
0 commit comments