File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ rm -rf ./libs
27
27
mkdir -p ./libs/mORMot/static
28
28
# echo "Getting the latest pre-release URL..."
29
29
# USED_TAG=$(wget -qO- https://api.github.com/repos/synopse/mORMot2/releases/latest | jq -r '.tag_name')
30
- USED_TAG=" 2.2 .stable"
30
+ USED_TAG=" 2.3 .stable"
31
31
32
32
echo " Used release tag $USED_TAG "
33
33
URL=" https://github.com/synopse/mORMot2/releases/download/$USED_TAG /mormot2static.tgz"
34
34
echo " Download statics from $URL ..."
35
35
wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
36
36
37
37
# uncomment for fixed commit URL
38
- URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
39
- # URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
38
+ # URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
39
+ URL=" https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG "
40
40
echo " Download and unpacking mORMot sources from $URL ..."
41
41
wget -qO- " $URL " | tar -xz -C ./libs/mORMot --strip-components=1
42
42
@@ -80,7 +80,7 @@ fpc -MDelphi -Sci -Ci -O3 -g -gl -gw2 -Xg -k'-rpath=$ORIGIN' -k-L$BIN \
80
80
-Fu" $MSRC /core" -Fu" $MSRC /db" -Fu" $MSRC /rest" -Fu" $MSRC /crypt" \
81
81
-Fu" $MSRC /app" -Fu" $MSRC /net" -Fu" $MSRC /lib" -Fu" $MSRC /orm" -Fu" $MSRC /soa" \
82
82
-FU" $BIN /fpc-$ARCH_TG /.dcu" -FE" $BIN /fpc-$ARCH_TG " -o" $BIN /fpc-$ARCH_TG /$dest_fn " \
83
- -dFPC_X64MM -dFPCMM_SERVER \
83
+ -dFPC_LIBCMM -dFPC_LIBCMM_NOMSIZE \
84
84
-B -Se1 " ./src/raw.pas" | grep " [Warning|Error|Fatal]:"
85
85
86
86
script_successful
You can’t perform that action at this time.
0 commit comments