From fca4b3eee8cff73f32ac4322198a4fc2776daf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 10 Jul 2024 14:41:08 +0800 Subject: [PATCH] CI: remove freebsd-aarch64 It's unstable and I don't think anyone uses it --- .github/workflows/ci.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e6c9a4f6..068825001 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -438,43 +438,6 @@ jobs: name: fastfetch-freebsd-amd64 path: ./fastfetch-*.* - freebsd-aarch64: - name: FreeBSD-aarch64 - runs-on: ubuntu-latest - permissions: - security-events: write - contents: read - steps: - - name: checkout repository - uses: actions/checkout@v4 - - - name: run VM - uses: cross-platform-actions/action@master - with: - operating_system: freebsd - architecture: arm64 - cpu_count: 3 - shell: bash - version: '13.2' - run: | - uname -a - sudo pkg update - 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 - cmake -DSET_TWEAK=Off -DBUILD_TESTS=On . - cmake --build . --target package --verbose -j4 - ./fastfetch --list-features - time ./fastfetch - time ./fastfetch --format json - time ./flashfetch - ldd fastfetch - ctest - - - name: upload artifacts - uses: actions/upload-artifact@v4 - with: - name: fastfetch-freebsd-aarch64 - path: ./fastfetch-*.* - windows-amd64: name: Windows-amd64 runs-on: windows-latest @@ -623,7 +586,6 @@ jobs: - musl-aarch64 - macos-universal - freebsd-amd64 - - freebsd-aarch64 - sunos-amd64 - windows-amd64 - windows-i686