From fe6c514f2f9cf98f78cf889f7b255be565f15343 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Fri, 9 Nov 2018 18:29:14 +0100 Subject: [PATCH] skip jemalloc-ctl tests on x86_64-unknown-linux-musl --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index 5a2daf0..46648e2 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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}" \