mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
appimages without jemalloc
This commit is contained in:
parent
d69728911c
commit
ee8589dee1
2 changed files with 5 additions and 7 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install system libraries
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y build-essential git cmake ninja-build zlib1g-dev libsecp256k1-dev libmicrohttpd-dev libsodium-dev liblz4-dev libjemalloc-dev
|
||||
sudo apt install -y build-essential git cmake ninja-build zlib1g-dev libsecp256k1-dev libmicrohttpd-dev libsodium-dev liblz4-dev
|
||||
sudo apt remove libgsl-dev
|
||||
|
||||
- name: Install gcc-11 g++-11
|
||||
|
@ -34,9 +34,9 @@ jobs:
|
|||
run: |
|
||||
git submodule sync --recursive
|
||||
git submodule update
|
||||
cp assembly/native/build-ubuntu-shared.sh .
|
||||
chmod +x build-ubuntu-shared.sh
|
||||
./build-ubuntu-shared.sh -t -a
|
||||
cp assembly/native/build-ubuntu-appimages.sh .
|
||||
chmod +x build-ubuntu-appimages.sh
|
||||
./build-ubuntu-appimages.sh -t -a
|
||||
|
||||
- name: Make AppImages
|
||||
run: |
|
||||
|
|
|
@ -39,10 +39,8 @@ else
|
|||
echo "Using compiled openssl_3"
|
||||
fi
|
||||
|
||||
cmake -GNinja -DTON_USE_JEMALLOC=ON .. \
|
||||
cmake -GNinja .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -I/usr/lib/llvm-16/include/c++/v1" \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-stdlib=libc++ -static-libgcc -static-libstdc++ /usr/lib/llvm-16/lib/libc++abi.a -I/usr/lib/llvm-16/include/c++/v1" \
|
||||
-DPORTABLE=1 \
|
||||
-DOPENSSL_ROOT_DIR=$opensslPath \
|
||||
-DOPENSSL_INCLUDE_DIR=$opensslPath/include \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue