mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #858 from jestabro/update-hash-lib-name
T6718: update libvyosconfig commit hash for fix to dlopen lib name
This commit is contained in:
commit
017e0ed635
@ -162,7 +162,7 @@ RUN apt-get update && apt-get install -y \
|
||||
# Build libvyosconfig
|
||||
RUN eval $(opam env --root=/opt/opam --set-root) && \
|
||||
git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig && \
|
||||
cd /tmp/libvyosconfig && git checkout 2b979d7fc25793e5be29376a4951375c0bf328d9 && \
|
||||
cd /tmp/libvyosconfig && git checkout e4bfbf0147f4242b0999a3305fd9a496b49b2caf && \
|
||||
dpkg-buildpackage -uc -us -tc -b && \
|
||||
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user