ci: Re-enable FreeBSD remote-server builds

This commit is contained in:
Peter Tripp 2025-08-05 16:29:50 -04:00
parent 307d709adb
commit 92421d74be
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -701,12 +701,10 @@ jobs:
freebsd:
timeout-minutes: 60
runs-on: github-8vcpu-ubuntu-2404
runs-on: github-16vcpu-ubuntu-2404
if: |
false && (
startsWith(github.ref, 'refs/tags/v')
|| contains(github.event.pull_request.labels.*.name, 'run-bundling')
)
needs: [linux_tests]
name: Build Zed on FreeBSD
steps:

View file

@ -202,8 +202,8 @@ jobs:
freebsd:
timeout-minutes: 60
if: false && github.repository_owner == 'zed-industries'
runs-on: github-8vcpu-ubuntu-2404
if: github.repository_owner == 'zed-industries'
runs-on: github-16vcpu-ubuntu-2404
needs: tests
name: Build Zed on FreeBSD
# env: