diff options
author | Maxim Devaev <[email protected]> | 2024-01-14 22:25:09 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-01-14 22:25:09 +0200 |
commit | e28dec4e333657182f3b7faceebabb28889b3403 (patch) | |
tree | 9d23324ef29bab1141525bcedae885070729427d /testenv | |
parent | e1c6d1a99099562fbf42b917d83f4e00de785fa0 (diff) |
libgpiod 2.x api
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 2874fed6..036a8380 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -95,19 +95,6 @@ RUN git clone https://github.com/pikvm/ustreamer \ && cd - \ && rm -rf ustreamer -# FIXME: workaroung for legacy 1.x libgpido -RUN pacman --noconfirm --ask=4 -R libgpiod -ENV LIBGPIOD_PKG libgpiod-1.6.4 -RUN curl \ - -o $LIBGPIOD_PKG.tar.gz \ - https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/$LIBGPIOD_PKG.tar.gz \ - && tar -xzvf $LIBGPIOD_PKG.tar.gz \ - && cd $LIBGPIOD_PKG \ - && ./autogen.sh --prefix=/usr --enable-tools=yes --enable-bindings-python \ - && make PREFIX=/usr install \ - && cd - \ - && rm -rf $LIBGPIOD_PKG{,.tar.gz} - RUN mkdir -p \ /etc/kvmd/{nginx,vnc} \ /var/lib/kvmd/msd \ |