Bypass FreeBSD builds due to timeouts
This commit is contained in:
committed by
Steve Chavez
parent
113c487db2
commit
3ee3bcd7ae
@@ -234,7 +234,7 @@ jobs:
|
|||||||
- Test-Memory-Nix
|
- Test-Memory-Nix
|
||||||
- Build-Static-Nix
|
- Build-Static-Nix
|
||||||
- Build-Stack
|
- Build-Stack
|
||||||
- Get-FreeBSD-CirrusCI
|
#- Get-FreeBSD-CirrusCI
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.Identify-Version.outputs.version }}
|
version: ${{ steps.Identify-Version.outputs.version }}
|
||||||
isprerelease: ${{ steps.Identify-Version.outputs.isprerelease }}
|
isprerelease: ${{ steps.Identify-Version.outputs.isprerelease }}
|
||||||
@@ -314,8 +314,9 @@ jobs:
|
|||||||
tar cJvf "release-bundle/postgrest-v$VERSION-macos-x64.tar.xz" \
|
tar cJvf "release-bundle/postgrest-v$VERSION-macos-x64.tar.xz" \
|
||||||
-C artifacts/postgrest-macos-x64 postgrest
|
-C artifacts/postgrest-macos-x64 postgrest
|
||||||
|
|
||||||
tar cJvf "release-bundle/postgrest-v$VERSION-freebsd-x64.tar.xz" \
|
# TODO: Fix timeouts for FreeBSD builds in Cirrus
|
||||||
-C artifacts/postgrest-freebsd-x64 postgrest
|
#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" \
|
zip "release-bundle/postgrest-v$VERSION-windows-x64.zip" \
|
||||||
artifacts/postgrest-windows-x64/postgrest.exe
|
artifacts/postgrest-windows-x64/postgrest.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user