diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-03-20 11:59:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-20 11:59:27 -0500 |
| commit | 7eec4583bf7feb900fad02e009b9ded11b52fd5d (patch) | |
| tree | 7f8212bb8a40e2e8c44dbf713c6b67df846cfadd /Makefile | |
| parent | 39364b6a9f8c385b805ad01b0c14b313b29426be (diff) | |
| parent | fbf871b3cdbbe6fd4fd6cad3281adc24438acc79 (diff) | |
| download | vyos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
