]> git.puffer.fish Git - matthieu/frr.git/commitdiff
snapcraft: Update libyang version
authorDonald Sharp <sharpd@nvidia.com>
Thu, 10 Sep 2020 11:48:53 +0000 (07:48 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 10 Sep 2020 13:13:36 +0000 (09:13 -0400)
Update the snapcraft build of libyang to the version we
actually want to be using v1.0.184

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
snapcraft/snapcraft.yaml.in

index b06e841f74496c30c042cdd0a3d0d4df0e86a170..c0c31b5fd15f5313e89c6d121a9324d3e4c03514 100644 (file)
@@ -273,12 +273,12 @@ parts:
            - libpcre3
         source: https://github.com/CESNET/libyang.git
         source-type: git
-        source-tag: v0.16-r3
+        source-tag: v1.0.184
         plugin: cmake
         configflags:
            - -DCMAKE_INSTALL_PREFIX:PATH=/usr
            - -DENABLE_LYD_PRIV=ON
-           - -DENABLE_CACHE=OFF
+           - -DENABLE_CACHE=ON
            - -DCMAKE_BUILD_TYPE:String="Release"
     frr: 
         after: [rtrlib,libyang]