Skip to content

Commit c950647

Browse files
committed
lib: Pulling in update to fix cam compat with dragonfly BSD
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 08965be commit c950647

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

.github/workflows/vmactions.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,24 @@ jobs:
9696
meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
9797
meson install -C build
9898
99-
#NOTE: dragonfly does not support ATA-CAM like FreeBSD, so need some ifdef's around that code -TJE
100-
# dragonflybsd:
101-
# runs-on: ubuntu-latest
102-
# name: Build openSeaChest for DragonflyBSD
103-
# steps:
104-
# - uses: actions/checkout@v4
105-
# with:
106-
# submodules: recursive
107-
# - name: Build openSeaChest for DragonflyBSD
108-
# id: dragonfly
109-
# uses: vmactions/dragonflybsd-vm@v1
110-
# with:
111-
# usesh: true
112-
# prepare: |
113-
# pkg install -y socat
99+
dragonflybsd:
100+
runs-on: ubuntu-latest
101+
name: Build openSeaChest for DragonflyBSD
102+
steps:
103+
- uses: actions/checkout@v4
104+
with:
105+
submodules: recursive
106+
- name: Build openSeaChest for DragonflyBSD
107+
id: dragonfly
108+
uses: vmactions/dragonflybsd-vm@v1
109+
with:
110+
usesh: true
111+
prepare: |
112+
pkg install -y socat
114113
115-
# run: |
116-
# pkg update
117-
# pkg install -y meson
114+
run: |
115+
pkg update
116+
pkg install -y meson
118117
119-
# meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
120-
# meson install -C build
118+
meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
119+
meson install -C build

0 commit comments

Comments
 (0)