Skip to content

Commit

Permalink
fix: restore v4l2loopback build (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Apr 19, 2024
1 parent 674cd92 commit 55a17ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-kmod-v4l2loopback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ ARCH="$(rpm -E '%_arch')"
KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
RELEASE="$(rpm -E '%fedora')"

if [[ "${RELEASE}" -lt "40" ]]; then
echo "SKIPPED BUILD of v4l2loopback: compile failure on 6.8 kernels in F38/F39 as of 2024-03-27"
exit 0
fi

### BUILD v4l2loopbak (succeed or fail-fast with debug output)
rpm-ostree install \
akmod-v4l2loopback-*.fc${RELEASE}.${ARCH}
Expand Down

0 comments on commit 55a17ac

Please sign in to comment.