Added modbus support for RHEL like systems

This commit is contained in:
Alexey Pustovalov
2024-02-26 14:19:58 +09:00
committed by Alexey Pustovalov
parent 84bf0852d5
commit ec6c4fa544
17 changed files with 31 additions and 10 deletions

View File

@ -50,8 +50,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-webservice \
--with-ldap \
--with-libcurl \
# Not available for CentOS 8
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \

View File

@ -51,7 +51,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-webservice \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \

View File

@ -60,7 +60,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-webservice \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-mysql \