mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
test appimages on arm64 linux 2
This commit is contained in:
parent
ffb95de4f1
commit
650ee0a3a2
2 changed files with 1 additions and 3 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
cp assembly/appimage/AppRun .
|
||||
cp assembly/appimage/ton.png .
|
||||
chmod +x create-appimages-arm64.sh
|
||||
./create-appimages.sh
|
||||
./create-appimages-arm64.sh
|
||||
rm -rf artifacts
|
||||
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ echo libstdc++.so.6 supported GLIBC
|
|||
strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC
|
||||
|
||||
cmake -GNinja .. \
|
||||
-DCMAKE_CXX_FLAGS="-stdlib=libc++ -I/usr/lib/llvm-16/include/c++/v1 -D_GLIBCXX_USE_CXX11_ABI=0" \
|
||||
-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" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DPORTABLE=1 \
|
||||
-DOPENSSL_ROOT_DIR=$opensslPath \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue