skip jemalloc-ctl tests on x86_64-unknown-linux-musl
This commit is contained in:
parent
e74630a41b
commit
fe6c514f2f
|
@ -98,6 +98,7 @@ ${CARGO_CMD} test -vv --target "${TARGET}" \
|
||||||
# FIXME: jemalloc-ctl fails in the following targets
|
# FIXME: jemalloc-ctl fails in the following targets
|
||||||
case "${TARGET}" in
|
case "${TARGET}" in
|
||||||
"i686-unknown-linux-musl") ;;
|
"i686-unknown-linux-musl") ;;
|
||||||
|
"x86_64-unknown-linux-musl") ;;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
${CARGO_CMD} test -vv --target "${TARGET}" \
|
${CARGO_CMD} test -vv --target "${TARGET}" \
|
||||||
|
|
Loading…
Reference in New Issue