summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-03-20 11:59:27 -0500
committerGitHub <noreply@github.com>2025-03-20 11:59:27 -0500
commit7eec4583bf7feb900fad02e009b9ded11b52fd5d (patch)
tree7f8212bb8a40e2e8c44dbf713c6b67df846cfadd /Makefile
parent39364b6a9f8c385b805ad01b0c14b313b29426be (diff)
parentfbf871b3cdbbe6fd4fd6cad3281adc24438acc79 (diff)
downloadvyos-1x-7eec4583bf7feb900fad02e009b9ded11b52fd5d.tar.gz
vyos-1x-7eec4583bf7feb900fad02e009b9ded11b52fd5d.zip
Merge pull request #4407 from jestabro/relax-lexer-test
T7246: update libvyosconfig hash and add nosetest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72b3d2784..051694e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ libvyosconfig:
rm -rf /tmp/libvyosconfig && \
git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig || exit 1
cd /tmp/libvyosconfig && \
- git checkout 5f15d8095efd11756a867e552a3f8fe6c77e57cc || exit 1
+ git checkout 55b2d352333e3cfcb54d2057b73cef6ebe8331f9 || exit 1
eval $$(opam env --root=/opt/opam --set-root) && ./build.sh
fi