Skip to content

Commit ecdab82

Browse files
committed
Disable the FreeBSD cross compilation test
There is a GCC error building the latest crate. See <#211> for details.
1 parent 0ea0d07 commit ecdab82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
test: false
5858
- target: x86_64-pc-windows-gnu
5959
test: false
60-
- target: x86_64-unknown-freebsd
61-
test: false
60+
# FIXME: build fails, see <https://github.com/rust-lang/cmake-rs/issues/211>
61+
# - target: x86_64-unknown-freebsd
62+
# test: false
6263
- target: x86_64-unknown-netbsd
6364
test: false
6465
- target: x86_64-unknown-illumos

0 commit comments

Comments
 (0)