ci: remove freebsd test for now

This commit is contained in:
Mitchell Hashimoto
2025-06-21 14:12:11 -07:00
parent 097d1ad21e
commit 888daca891

View File

@ -269,29 +269,6 @@ jobs:
path: |-
ghostty-source.tar.gz
build-freebsd:
runs-on: namespace-profile-ghostty-md-systemd
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v4
# Needed to work on Namespace
- run: sudo systemctl start ssh
- name: test
uses: acj/freebsd-firecracker-action@v0.5.0
with:
run: |
sed 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
pkg update -f
pkg upgrade -y
pkg install -y wget
# switch to pkg
wget https://ziglang.org/builds/zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
tar -xf zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build -Dapp-runtime=none test
build-macos:
runs-on: namespace-profile-ghostty-macos-sequoia
needs: test