mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
appimages wihtout libc++
This commit is contained in:
parent
ff297684b6
commit
42c4792f0c
1 changed files with 9 additions and 3 deletions
|
@ -22,6 +22,12 @@ jobs:
|
||||||
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 libjemalloc-dev
|
||||||
sudo apt remove libgsl-dev
|
sudo apt remove libgsl-dev
|
||||||
|
|
||||||
|
- if: matrix.os == 'ubuntu-20.04'
|
||||||
|
run: |
|
||||||
|
sudo apt install -y manpages-dev software-properties-common
|
||||||
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||||
|
sudo apt update && sudo apt install gcc-11 g++-11
|
||||||
|
|
||||||
- if: matrix.os != 'ubuntu-24.04'
|
- if: matrix.os != 'ubuntu-24.04'
|
||||||
run: |
|
run: |
|
||||||
wget https://apt.llvm.org/llvm.sh
|
wget https://apt.llvm.org/llvm.sh
|
||||||
|
@ -32,9 +38,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update
|
git submodule update
|
||||||
cp assembly/native/build-ubuntu-appimages.sh .
|
cp assembly/native/build-ubuntu-shared.sh .
|
||||||
chmod +x build-ubuntu-appimages.sh
|
chmod +x build-ubuntu-shared.sh
|
||||||
./build-ubuntu-appimages.sh -t -a
|
./build-ubuntu-shared.sh -t -a
|
||||||
|
|
||||||
- name: Make AppImages
|
- name: Make AppImages
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue