Skip to content

Commit fca4b3e

Browse files
committed
CI: remove freebsd-aarch64
It's unstable and I don't think anyone uses it
1 parent eefed2b commit fca4b3e

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -438,43 +438,6 @@ jobs:
438438
name: fastfetch-freebsd-amd64
439439
path: ./fastfetch-*.*
440440

441-
freebsd-aarch64:
442-
name: FreeBSD-aarch64
443-
runs-on: ubuntu-latest
444-
permissions:
445-
security-events: write
446-
contents: read
447-
steps:
448-
- name: checkout repository
449-
uses: actions/checkout@v4
450-
451-
- name: run VM
452-
uses: cross-platform-actions/action@master
453-
with:
454-
operating_system: freebsd
455-
architecture: arm64
456-
cpu_count: 3
457-
shell: bash
458-
version: '13.2'
459-
run: |
460-
uname -a
461-
sudo pkg update
462-
sudo pkg install -y cmake git pkgconf binutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 libdrm glib dconf dbus sqlite3-tcl xfce4-conf ImageMagick6 ImageMagick7 chafa egl libosmesa opencl ocl-icd v4l_compat
463-
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
464-
cmake --build . --target package --verbose -j4
465-
./fastfetch --list-features
466-
time ./fastfetch
467-
time ./fastfetch --format json
468-
time ./flashfetch
469-
ldd fastfetch
470-
ctest
471-
472-
- name: upload artifacts
473-
uses: actions/upload-artifact@v4
474-
with:
475-
name: fastfetch-freebsd-aarch64
476-
path: ./fastfetch-*.*
477-
478441
windows-amd64:
479442
name: Windows-amd64
480443
runs-on: windows-latest
@@ -623,7 +586,6 @@ jobs:
623586
- musl-aarch64
624587
- macos-universal
625588
- freebsd-amd64
626-
- freebsd-aarch64
627589
- sunos-amd64
628590
- windows-amd64
629591
- windows-i686

0 commit comments

Comments
 (0)