Skip to content

Commit

Permalink
test: Install eudev on alpine
Browse files Browse the repository at this point in the history
Our tests need `udevadm`, but this isn't a transient dependency any
more.
  • Loading branch information
martinpitt committed Dec 19, 2024
1 parent 9b9d3b0 commit d54ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $RUNC run --interactive ${OPTS:-} --volume `pwd`:/source:ro "$IMAGE" /bin/sh <<E
trap '[ \$? -eq 0 ] || exit 1' EXIT
# install build dependencies
apk add --no-cache meson git gcc musl-dev glib-dev eudev-dev libpcap-dev make vala linux-headers xz usbutils ${EXTRA_PACKAGES:-}
apk add --no-cache meson git gcc musl-dev glib-dev eudev eudev-dev libpcap-dev make vala linux-headers xz usbutils ${EXTRA_PACKAGES:-}
# run build as user
adduser -D build
Expand Down

0 comments on commit d54ce5f

Please sign in to comment.