Skip to content

Commit c1cd1d0

Browse files
authored
switch to libserum_concentrate to lower memory footprint (#72)
1 parent 3fc92d0 commit c1cd1d0

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

platforms/android/arm64-v8a/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ cd ..
5252
# build libserum and copy to external
5353
#
5454

55-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
55+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5656
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
57-
mv libserum-${LIBSERUM_SHA} libserum
57+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5858
cd libserum
5959
cmake \
6060
-DPLATFORM=android \

platforms/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
LIBZEDMD_SHA=154772800e8f36378c629f066bfee563862728ac
6-
LIBSERUM_SHA=b0cc2a871d9d5b6395658c56c65402ae388eb78c
6+
LIBSERUM_SHA=708183391968307e1b45f9e60cf033fdd1d31f7d
77
LIBPUPDMD_SHA=124f45e5ddd59ceb339591de88fcca72f8c54612
88

99
if [ -z "${BUILD_TYPE}" ]; then

platforms/ios-simulator/arm64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ cd ..
4646
# build libserum and copy to external
4747
#
4848

49-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
49+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5050
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
51-
mv libserum-${LIBSERUM_SHA} libserum
51+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5252
cd libserum
5353
cmake \
5454
-DPLATFORM=ios-simulator \

platforms/ios/arm64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ cd ..
4646
# build libserum and copy to external
4747
#
4848

49-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
49+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5050
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
51-
mv libserum-${LIBSERUM_SHA} libserum
51+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5252
cd libserum
5353
cmake \
5454
-DPLATFORM=ios \

platforms/linux/aarch64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd ..
5050
# build libserum and copy to external
5151
#
5252

53-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
53+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5454
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
55-
mv libserum-${LIBSERUM_SHA} libserum
55+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5656
cd libserum
5757
cmake \
5858
-DPLATFORM=linux \

platforms/linux/x64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd ..
5050
# build libserum and copy to external
5151
#
5252

53-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
53+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5454
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
55-
mv libserum-${LIBSERUM_SHA} libserum
55+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5656
cd libserum
5757
cmake \
5858
-DPLATFORM=linux \

platforms/macos/arm64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd ..
5050
# build libserum and copy to external
5151
#
5252

53-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
53+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5454
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
55-
mv libserum-${LIBSERUM_SHA} libserum
55+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5656
cd libserum
5757
cmake \
5858
-DPLATFORM=macos \

platforms/macos/x64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd ..
5050
# build libserum and copy to external
5151
#
5252

53-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
53+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5454
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
55-
mv libserum-${LIBSERUM_SHA} libserum
55+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5656
cd libserum
5757
cmake \
5858
-DPLATFORM=macos \

platforms/tvos/arm64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ cd ..
4646
# build libserum and copy to external
4747
#
4848

49-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
49+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5050
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
51-
mv libserum-${LIBSERUM_SHA} libserum
51+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5252
cd libserum
5353
cmake \
5454
-DPLATFORM=tvos \

platforms/win/x64/external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ cd ..
5252
# build libserum and copy to external
5353
#
5454

55-
curl -sL https://github.com/zesinger/libserum/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
55+
curl -sL https://github.com/PPUC/libserum_concentrate/archive/${LIBSERUM_SHA}.tar.gz -o libserum-${LIBSERUM_SHA}.tar.gz
5656
tar xzf libserum-${LIBSERUM_SHA}.tar.gz
57-
mv libserum-${LIBSERUM_SHA} libserum
57+
mv libserum_concentrate-${LIBSERUM_SHA} libserum
5858
cd libserum
5959
cmake \
6060
-G "Visual Studio 17 2022" \

0 commit comments

Comments
 (0)