Fix lighty-core build 52/108252/4
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 5 Oct 2023 12:56:30 +0000 (14:56 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 5 Oct 2023 17:29:26 +0000 (19:29 +0200)
Lighty.io repository structure changed.
lighty-core is no more a separate repository but a subfolder
of lighty.io repo.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I0b0e2d4c1d90a622518e3fa160245bcca5a5ccbf

lighty/build_lighty_core.sh

index 4f98bd568ca3fe683460e96b4fba535ab5f85a72..5af800b40bbf35f7312ebb622579af4fc1a94e3b 100755 (executable)
@@ -2,8 +2,8 @@
 
 cd $(dirname "$0")
 cd ..
-git clone https://github.com/PANTHEONtech/lighty.git
-cd lighty-core
+git clone https://github.com/PANTHEONtech/lighty.git lighty-repo
+cd lighty-repo
 git checkout main
 #git checkout 18.0.x
 export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED"