mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
Lint part 2
This commit is contained in:
@@ -4,3 +4,4 @@ ignored:
|
||||
- DL3007
|
||||
- DL3008
|
||||
- DL3018
|
||||
- SC2046
|
||||
|
||||
@@ -19,7 +19,7 @@ ARG LIBCEC_VERSION
|
||||
RUN apk add --no-cache eudev-libs p8-platform \
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
build-base cmake eudev-dev git swig p8-platform-dev \
|
||||
&& git clone --depth 1 -b "libcec-${LIBCEC_VERSION}" https://github.com/Pulse-Eight/libcec /usr/src/libcec \
|
||||
&& git clone --depth 1 -b libcec-${LIBCEC_VERSION} https://github.com/Pulse-Eight/libcec /usr/src/libcec \
|
||||
&& mkdir -p /usr/src/libcec/build \
|
||||
&& cd /usr/src/libcec/build \
|
||||
&& if [ "$BUILD_ARCH" != "armhf" ] && [ "$BUILD_ARCH" != "aarch64" ]; then \
|
||||
|
||||
Reference in New Issue
Block a user