skip jemalloc-ctl tests on x86_64-unknown-linux-musl

This commit is contained in:
gnzlbg 2018-11-09 18:29:14 +01:00 committed by gnzlbg
parent e74630a41b
commit fe6c514f2f
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ ${CARGO_CMD} test -vv --target "${TARGET}" \
# FIXME: jemalloc-ctl fails in the following targets
case "${TARGET}" in
"i686-unknown-linux-musl") ;;
"x86_64-unknown-linux-musl") ;;
*)
${CARGO_CMD} test -vv --target "${TARGET}" \