Skip to content

Commit 59c73fe

Browse files
authored
Merge pull request #24 from lemonade-sdk/stable_prepare_v10.0.1
Stable prepare v10.0.1
2 parents f4aa17a + 90ab2d7 commit 59c73fe

3 files changed

Lines changed: 2 additions & 81 deletions

File tree

snap/local/patches/flm_json_parsing.patch

Lines changed: 0 additions & 45 deletions
This file was deleted.

snap/local/patches/ignore_stderr.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.

snap/snapcraft.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ parts:
191191
lemonade-server:
192192
plugin: cmake
193193
source: https://github.com/lemonade-sdk/lemonade.git
194-
source-tag: v10.0.0
194+
source-tag: v10.0.1
195195
cmake-parameters:
196+
- -DCMAKE_BUILD_TYPE=Release
196197
- -DCMAKE_PREFIX_PATH=/usr
197198
- -DCMAKE_INSTALL_PREFIX=/usr
198199
- -DBUILD_WEB_APP=ON
@@ -216,9 +217,6 @@ parts:
216217
VERSION=$(git describe --tags --abbrev=10)
217218
craftctl set version=$VERSION
218219
fi
219-
for patch in $CRAFT_PROJECT_DIR/snap/local/patches/*.patch; do
220-
patch -p1 --forward --reject-file=- < "$patch" || true
221-
done
222220
override-build: |
223221
craftctl default
224222

0 commit comments

Comments
 (0)