ci: Re-enable FreeBSD remote-server builds
This commit is contained in:
parent
307d709adb
commit
92421d74be
2 changed files with 3 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -701,12 +701,10 @@ jobs:
|
||||||
|
|
||||||
freebsd:
|
freebsd:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: github-8vcpu-ubuntu-2404
|
runs-on: github-16vcpu-ubuntu-2404
|
||||||
if: |
|
if: |
|
||||||
false && (
|
|
||||||
startsWith(github.ref, 'refs/tags/v')
|
startsWith(github.ref, 'refs/tags/v')
|
||||||
|| contains(github.event.pull_request.labels.*.name, 'run-bundling')
|
|| contains(github.event.pull_request.labels.*.name, 'run-bundling')
|
||||||
)
|
|
||||||
needs: [linux_tests]
|
needs: [linux_tests]
|
||||||
name: Build Zed on FreeBSD
|
name: Build Zed on FreeBSD
|
||||||
steps:
|
steps:
|
||||||
|
|
4
.github/workflows/release_nightly.yml
vendored
4
.github/workflows/release_nightly.yml
vendored
|
@ -202,8 +202,8 @@ jobs:
|
||||||
|
|
||||||
freebsd:
|
freebsd:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
if: false && github.repository_owner == 'zed-industries'
|
if: github.repository_owner == 'zed-industries'
|
||||||
runs-on: github-8vcpu-ubuntu-2404
|
runs-on: github-16vcpu-ubuntu-2404
|
||||||
needs: tests
|
needs: tests
|
||||||
name: Build Zed on FreeBSD
|
name: Build Zed on FreeBSD
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue