Skip to content

Commit 760e829

Browse files
committed
CI: remove Dragonfly BSD
Ref: #1632
1 parent e64a44a commit 760e829

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/ci.yml

-36
Original file line numberDiff line numberDiff line change
@@ -520,41 +520,6 @@ jobs:
520520
name: fastfetch-freebsd-amd64
521521
path: ./fastfetch-*.*
522522

523-
dragonfly-amd64:
524-
name: DragonFly-amd64
525-
runs-on: ubuntu-latest
526-
permissions:
527-
security-events: write
528-
contents: read
529-
steps:
530-
- name: checkout repository
531-
uses: actions/checkout@v4
532-
533-
- name: run VM
534-
uses: vmactions/dragonflybsd-vm@v1
535-
with:
536-
usesh: yes
537-
prepare: |
538-
uname -a
539-
pkg update
540-
pkg install -y cmake git pkgconf binutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 libdrm glib dconf dbus sqlite3-tcl xfce4-conf egl opencl ocl-icd v4l_compat chafa libelf
541-
542-
run: |
543-
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=On -DENABLE_EMBEDDED_AMDGPUIDS=On .
544-
cmake --build . --target package --verbose -j4
545-
./fastfetch --list-features
546-
time ./fastfetch -c presets/ci.jsonc --stat false
547-
time ./fastfetch -c presets/ci.jsonc --format json
548-
time ./flashfetch
549-
ldd fastfetch
550-
ctest --output-on-failure
551-
552-
- name: upload artifacts
553-
uses: actions/upload-artifact@v4
554-
with:
555-
name: fastfetch-dragonfly-amd64
556-
path: ./fastfetch-*.*
557-
558523
openbsd-amd64:
559524
name: OpenBSD-amd64
560525
runs-on: ubuntu-latest
@@ -706,7 +671,6 @@ jobs:
706671
- freebsd-amd64
707672
- openbsd-amd64
708673
- netbsd-amd64
709-
- dragonfly-amd64
710674
- sunos-amd64
711675
- windows-amd64
712676
permissions:

0 commit comments

Comments
 (0)