Skip to content

Commit

Permalink
fix: restore v4l2loopback build
Browse files Browse the repository at this point in the history
This will merge when it builds cleanly, after rpmfusion migrates the new
package from testing to release repos.

Relates: #144
  • Loading branch information
bsherman committed Apr 10, 2024
1 parent 2b7cc5b commit 0c1babc
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 0c1babc

Please sign in to comment.