From 3e0158782fdc9452a467df92f96d705dd4454636 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 11 Sep 2019 14:29:13 +0200 Subject: [PATCH] fix lighty.io runtime problem This reverts commit c01f872ae4f81bee2c61a4a4d600b4e0cbadbaf8 "build lighty.io with ordm4.1 models deviations" lighty.io build with deviations was fixed in this commit. Although, they still trigger an error at runtime, that prevents the REST server from launching correctly. Change-Id: Ifb15e8877afcd3cf5d10f98b160b9449a2ec704a --- lighty/build.sh | 2 + lighty/patch_ordm41_deviations.diff | 141 ++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+) create mode 100644 lighty/patch_ordm41_deviations.diff diff --git a/lighty/build.sh b/lighty/build.sh index 5962381e3..86d2781ba 100755 --- a/lighty/build.sh +++ b/lighty/build.sh @@ -1,7 +1,9 @@ #!/bin/bash cd .. +patch -p0