From 801c3789c41368935a5ee8eff1def4bb5372ad99 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Thu, 28 Oct 2021 12:04:05 +0200 Subject: [PATCH] disable illumos and netbsd --- .github/workflows/cross.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 571223c..10672b8 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -37,9 +37,9 @@ jobs: - riscv64gc-unknown-linux-gnu - s390x-unknown-linux-gnu # - x86_64-unknown-freebsd # not supported by cross - - x86_64-unknown-illumos + # - x86_64-unknown-illumos # not supported by cross - x86_64-unknown-linux-musl - - x86_64-unknown-netbsd + # - x86_64-unknown-netbsd # error in tests "error: test failed, to rerun pass '--lib'", disabled for now steps: - name: Checkout Crate uses: actions/checkout@v2