From ecdab82314c52ade66c23bab6f6a65a3eb58cd5a Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 15 Aug 2024 03:40:10 -0500 Subject: [PATCH] Disable the FreeBSD cross compilation test There is a GCC error building the latest crate. See for details. --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9845c7..301c039 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 + # - target: x86_64-unknown-freebsd + # test: false - target: x86_64-unknown-netbsd test: false - target: x86_64-unknown-illumos