Skip to content

Commit 3e67109

Browse files
committed
Fix build of release sysroot in test.sh
1 parent b0ccfd1 commit 3e67109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ while [[ $# -gt 0 ]]; do
3030
shift
3131
;;
3232
--release-sysroot)
33-
sysroot_channel=release
33+
sysroot_channel="--release"
3434
shift
3535
;;
3636
--no-default-features)
@@ -157,7 +157,7 @@ function mini_tests() {
157157

158158
function build_sysroot() {
159159
echo "[BUILD] sysroot"
160-
time ./build_sysroot/build_sysroot.sh
160+
time ./build_sysroot/build_sysroot.sh $sysroot_channel
161161
}
162162

163163
function std_tests() {

0 commit comments

Comments
 (0)