From ae25e39bd52126edac4cd234cac0a66fc7862097 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 2 Dec 2023 09:09:18 +0100 Subject: [PATCH] ci: netbsd nightly builds fail due to missing execinfo, so we don't build on it for now Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/nightly.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f0f3248..549013e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -73,12 +73,13 @@ jobs: architecture: i686 binary-postfix: "" use-cross: true - - os: ubuntu-latest - os-name: netbsd - target: x86_64-unknown-netbsd - architecture: x86_64 - binary-postfix: "" - use-cross: true + # TODO!: This needs a fix, linking `execinfo` fails + # - os: ubuntu-latest + # os-name: netbsd + # target: x86_64-unknown-netbsd + # architecture: x86_64 + # binary-postfix: "" + # use-cross: true - os: ubuntu-latest os-name: linux target: armv7-unknown-linux-gnueabihf