From 6d44cede700eb04727572bd0b63aeca58c815a0a Mon Sep 17 00:00:00 2001 From: Omer Akram Date: Thu, 13 Feb 2020 21:05:21 +0500 Subject: [PATCH] [snap] Fix versioning (#5727) * fix snap versioning * no need to install git as build packages --- snap/snapcraft.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 171389616..35ec17361 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,6 @@ name: flatbuffers base: core18 -version: latest -version-script: git describe --always | sed -e 's/-/+git/;y/-/./' | tail -c +2 +version: git summary: FlatBuffers compiler description: | FlatBuffers compiler @@ -27,8 +26,6 @@ parts: - -DCMAKE_BUILD_TYPE=Release build-packages: - g++ - # used to set version number - - git apps: flatc: