Skip to content

Commit

Permalink
Merge #32
Browse files Browse the repository at this point in the history
32: fix: temporarily disable building and testing on FreeBSD r=pitkley a=pitkley

CI is currently failing due to [1] and [2], and they are not getting
merged upstream due to [3] being required first. We have to reenable
this once this is resolved.

[1]: cross-rs/cross#613
[2]: cross-rs/cross#620
[3]: cross-rs/cross#609

Co-authored-by: Pit Kleyersburg <pitkley@googlemail.com>
  • Loading branch information
bors[bot] and pitkley authored Jan 29, 2022
2 parents 818118f + 20632b8 commit 37c4ad8
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -399,6 +403,11 @@ 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
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.
Expand Down

0 comments on commit 37c4ad8

Please sign in to comment.