From 9124dfd427ce0b922ce52dafaa58f532ff604d83 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Sat, 26 Mar 2022 15:14:54 -0500 Subject: [PATCH] Bypass FreeBSD builds due to timeouts --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65a651c38..8e9f5e820 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -234,7 +234,7 @@ jobs: - Test-Memory-Nix - Build-Static-Nix - Build-Stack - - Get-FreeBSD-CirrusCI + #- Get-FreeBSD-CirrusCI outputs: version: ${{ steps.Identify-Version.outputs.version }} isprerelease: ${{ steps.Identify-Version.outputs.isprerelease }} @@ -314,8 +314,9 @@ jobs: tar cJvf "release-bundle/postgrest-v$VERSION-macos-x64.tar.xz" \ -C artifacts/postgrest-macos-x64 postgrest - tar cJvf "release-bundle/postgrest-v$VERSION-freebsd-x64.tar.xz" \ - -C artifacts/postgrest-freebsd-x64 postgrest + # TODO: Fix timeouts for FreeBSD builds in Cirrus + #tar cJvf "release-bundle/postgrest-v$VERSION-freebsd-x64.tar.xz" \ + # -C artifacts/postgrest-freebsd-x64 postgrest zip "release-bundle/postgrest-v$VERSION-windows-x64.zip" \ artifacts/postgrest-windows-x64/postgrest.exe