Skip to content

Commit

Permalink
fix(common): restore xonedo build for asus (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Oct 6, 2024
1 parent 4cc1055 commit 1827d4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
/tmp/build-kmod-v4l2loopback.sh && \
/tmp/build-kmod-wl.sh && \
/tmp/build-kmod-xpadneo.sh && \
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-xone.sh \
; fi && \
/tmp/build-kmod-xone.sh && \
/tmp/dual-sign.sh && \
for RPM in $(find /var/cache/akmods/ -type f -name \*.rpm); do \
cp "${RPM}" /var/cache/rpms/kmods/; \
Expand Down

0 comments on commit 1827d4b

Please sign in to comment.