mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: remove freebsd test for now
This commit is contained in:
23
.github/workflows/test.yml
vendored
23
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user