diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2f8363..b311949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,10 +102,14 @@ jobs: target: "x86_64-pc-windows-gnu" use-cross: true continue-on-error: false - - rust: stable - target: "x86_64-unknown-freebsd" - use-cross: true - continue-on-error: false + # FIXME: reenable freebsd building/CI + # This is blocked by: + # - https://github.com/cross-rs/cross/pull/613 + # - https://github.com/cross-rs/cross/pull/620 + # - rust: stable + # target: "x86_64-unknown-freebsd" + # use-cross: true + # continue-on-error: false steps: - name: Checkout @@ -399,6 +403,12 @@ jobs: exit "$exit_code" integration-test-freebsd: + # FIXME: reenable freebsd building/CI + # This is blocked by: + # - https://github.com/cross-rs/cross/pull/613 + # - https://github.com/cross-rs/cross/pull/620 + # NOTE: enable in bors.toml again, too! + if: 'false' runs-on: # The FreeBSD tests run on macOS because there are no FreeBSD runners available from GitHub, # and macOS is the only environment where nested virtualization can be used. diff --git a/bors.toml b/bors.toml index 1b190c4..e2bca95 100644 --- a/bors.toml +++ b/bors.toml @@ -6,7 +6,7 @@ status = [ "build (stable, x86_64-unknown-linux-musl, false, false)", "build (stable, x86_64-pc-windows-gnu, true, false)", "integration-test-linux", - "integration-test-freebsd", + # "integration-test-freebsd", "integration-test-windows", "rustfmt", "clippy",