Skip to content

Commit

Permalink
Disable the FreeBSD cross compilation test
Browse files Browse the repository at this point in the history
There is a GCC error building the latest crate. See
<rust-lang#211> for details.
  • Loading branch information
tgross35 committed Aug 15, 2024
1 parent 0ea0d07 commit ecdab82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
test: false
- target: x86_64-pc-windows-gnu
test: false
- target: x86_64-unknown-freebsd
test: false
# FIXME: build fails, see <https://github.com/rust-lang/cmake-rs/issues/211>
# - target: x86_64-unknown-freebsd
# test: false
- target: x86_64-unknown-netbsd
test: false
- target: x86_64-unknown-illumos
Expand Down

0 comments on commit ecdab82

Please sign in to comment.