Skip to content

Commit

Permalink
snapcraft: Disable libyang CACHE for snap package (Temp workaround)
Browse files Browse the repository at this point in the history
There seems to be a bug in latest libyang running when running in
a snap container which causes a failure of the cache logic. Disable
CACHE for now as it's not yet needed. Will be re-enabled in a later
release

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
  • Loading branch information
mwinter-osr committed May 28, 2019
1 parent b60c4b2 commit 411c091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft/snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ parts:
configflags:
- -DCMAKE_INSTALL_PREFIX:PATH=/usr
- -DENABLE_LYD_PRIV=ON
- -DENABLE_CACHE=OFF
- -DCMAKE_BUILD_TYPE:String="Release"
frr:
after: [rtrlib,libyang]
Expand Down

0 comments on commit 411c091

Please sign in to comment.