Skip to content

Commit

Permalink
fix(common): skip xonedo build for asus (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Oct 4, 2024
1 parent 3dad339 commit eac75ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ RUN --mount=type=cache,dst=/var/cache/dnf \
/tmp/build-kmod-v4l2loopback.sh && \
/tmp/build-kmod-wl.sh && \
/tmp/build-kmod-xpadneo.sh && \
/tmp/build-kmod-xone.sh && \
if grep -qv "asus" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-xone.sh \
; fi && \
/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 eac75ae

Please sign in to comment.